#CBC3AE

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

Shades of Parchment #CBC3AE

Tints of Parchment #CBC3AE

Color information

#CBC3AE (or 0xCBC3AE) is unknown color: approx Parchment. HEX triplet: CB, C3 and AE. RGB value is (203,195,174). Sum of RGB (Red+Green+Blue) = 203+195+174=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3AE is #343C51. Grayscale: #C3C3C3. Windows color (decimal): -3423314 or 11453387. OLE color: 11453387.

HSL color Cylindrical-coordinate representation of color #CBC3AE: hue angle of 43.45º 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 #CBC3AE is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203195174-
CMYK00.040.140.20
HSL43.45º21.8%73.92%-
HSV(B)43.45º14.29%79.61%-
XYZ51.7854.7847.89-
YUV195116.15133.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=35.49%
G=34.09%
B=30.42%

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
Decimal20319517400.040.140.2043.4521.873.92
HexCBC3AE04E142b164a
Octal3133032560416245326112
Binary1100101111000011101011100100111010100101011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3AE; }

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

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

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

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

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

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

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

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