#CBC3A8

Color #CBC3A8 Parchment (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parchment #CBC3A8

Tints of Parchment #CBC3A8

Color information

#CBC3A8 (or 0xCBC3A8) is unknown color: approx Parchment. HEX triplet: CB, C3 and A8. RGB value is (203,195,168). Sum of RGB (Red+Green+Blue) = 203+195+168=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3A8 is #343C57. Grayscale: #C2C2C2. Windows color (decimal): -3423320 or 11060171. OLE color: 11060171.

HSL color Cylindrical-coordinate representation of color #CBC3A8: hue angle of 46.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC3A8 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203195168-
CMYK00.040.170.20
HSL46.29º25.18%72.75%-
HSV(B)46.29º17.24%79.61%-
XYZ51.2154.5544.88-
YUV194.31113.15134.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 195 (76.56% from 255) = 34.45%
BLUE value IS 168 (66.02% from 255) = 29.68%
R=35.87%
G=34.45%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319516800.040.170.2046.2925.1872.75
HexCBC3A80411142e1949
Octal3133032500421245631111
Binary11001011110000111010100001001000110100101110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3A8; }

 p { color: rgb(203,195,168); }

 H1.HeaderClassName
 {
   color: #CBC3A8;
 }
 .AnyTagClassName
 {
   color: #CBC3A8;
 }
</style>
background-color css

<style>
 a { background-color: #CBC3A8; }

 a { background-color: rgb(203,195,168); }

 div.DivClassName
 {
   background-color: #CBC3A8;
 }
 .BgClassName
 {
   background-color: #CBC3A8;
 }
</style>
border-color css

<style>
 span { border-color: #CBC3A8; }

 span { border-color: rgb(203,195,168); }

 td.TdClassName
 {
   border-color: #CBC3A8;
 }
 .TagClassName
 {
   border-color: #CBC3A8;
 }
</style>