#CBC4AE

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

Shades of Parchment #CBC4AE

Tints of Parchment #CBC4AE

Color information

#CBC4AE (or 0xCBC4AE) is unknown color: approx Parchment. HEX triplet: CB, C4 and AE. RGB value is (203,196,174). Sum of RGB (Red+Green+Blue) = 203+196+174=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC4AE is #343B51. Grayscale: #C3C3C3. Windows color (decimal): -3423058 or 11453643. OLE color: 11453643.

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

Color convert

RGB203196174-
CMYK00.030.140.20
HSL45.52º21.8%73.92%-
HSV(B)45.52º14.29%79.61%-
XYZ52.0155.2347.96-
YUV195.58115.82133.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=35.43%
G=34.21%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319617400.030.140.2045.5221.873.92
HexCBC4AE03E142e164a
Octal3133042560316245626112
Binary110010111100010010101110011111010100101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4AE; }

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

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

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

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

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

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

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

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