#CBC6B8

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

Shades of Chrome White #CBC6B8

Tints of Chrome White #CBC6B8

Color information

#CBC6B8 (or 0xCBC6B8) is unknown color: approx Chrome White. HEX triplet: CB, C6 and B8. RGB value is (203,198,184). Sum of RGB (Red+Green+Blue) = 203+198+184=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6B8 is #343947. Grayscale: #C5C5C5. Windows color (decimal): -3422536 or 12109515. OLE color: 12109515.

HSL color Cylindrical-coordinate representation of color #CBC6B8: hue angle of 44.21º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC6B8 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203198184-
CMYK00.020.090.20
HSL44.21º15.45%75.88%-
HSV(B)44.21º9.36%79.61%-
XYZ53.4756.5553.44-
YUV197.9120.16131.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 184 (72.27% from 255) = 31.45%
R=34.70%
G=33.85%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319818400.020.090.2044.2115.4575.88
HexCBC6B8029142cf4c
Octal3133062700211245417114
Binary11001011110001101011100001010011010010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6B8; }

 p { color: rgb(203,198,184); }

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

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

 a { background-color: rgb(203,198,184); }

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

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

 span { border-color: rgb(203,198,184); }

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