#CBC5B5

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

Shades of Parchment #CBC5B5

Tints of Parchment #CBC5B5

Color information

#CBC5B5 (or 0xCBC5B5) is unknown color: approx Parchment. HEX triplet: CB, C5 and B5. RGB value is (203,197,181). Sum of RGB (Red+Green+Blue) = 203+197+181=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5B5 is #343A4A. Grayscale: #C5C5C5. Windows color (decimal): -3422795 or 11912651. OLE color: 11912651.

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

Color convert

RGB203197181-
CMYK00.030.110.20
HSL43.64º17.46%75.29%-
HSV(B)43.64º10.84%79.61%-
XYZ52.9455.9751.73-
YUV196.97118.99132.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 197 (77.34% from 255) = 33.91%
BLUE value IS 181 (71.09% from 255) = 31.15%
R=34.94%
G=33.91%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319718100.030.110.2043.6417.4675.29
HexCBC5B503B142c114b
Octal3133052650313245421113
Binary110010111100010110110101011101110100101100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5B5; }

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

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

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

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

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

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

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

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