#CBC2AE

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

Shades of Parchment #CBC2AE

Tints of Parchment #CBC2AE

Color information

#CBC2AE (or 0xCBC2AE) is unknown color: approx Parchment. HEX triplet: CB, C2 and AE. RGB value is (203,194,174). Sum of RGB (Red+Green+Blue) = 203+194+174=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AE is #343D51. Grayscale: #C2C2C2. Windows color (decimal): -3423570 or 11453131. OLE color: 11453131.

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

Color convert

RGB203194174-
CMYK00.040.140.20
HSL41.38º21.8%73.92%-
HSV(B)41.38º14.29%79.61%-
XYZ51.5654.3447.81-
YUV194.41116.48134.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=35.55%
G=33.98%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319417400.040.140.2041.3821.873.92
HexCBC2AE04E1429164a
Octal3133022560416245126112
Binary1100101111000010101011100100111010100101001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2AE; }

 p { color: rgb(203,194,174); }

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

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

 a { background-color: rgb(203,194,174); }

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

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

 span { border-color: rgb(203,194,174); }

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