#CBC5AE

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

Shades of Parchment #CBC5AE

Tints of Parchment #CBC5AE

Color information

#CBC5AE (or 0xCBC5AE) is unknown color: approx Parchment. HEX triplet: CB, C5 and AE. RGB value is (203,197,174). Sum of RGB (Red+Green+Blue) = 203+197+174=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5AE is #343A51. Grayscale: #C4C4C4. Windows color (decimal): -3422802 or 11453899. OLE color: 11453899.

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

Color convert

RGB203197174-
CMYK00.030.140.20
HSL47.59º21.8%73.92%-
HSV(B)47.59º14.29%79.61%-
XYZ52.2355.6948.04-
YUV196.17115.49132.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=35.37%
G=34.32%
B=30.31%

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
Decimal20319717400.030.140.2047.5921.873.92
HexCBC5AE03E1430164a
Octal3133052560316246026112
Binary110010111100010110101110011111010100110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5AE; }

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

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

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

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

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

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

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

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