#CBC7B8

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

Shades of Chrome White #CBC7B8

Tints of Chrome White #CBC7B8

Color information

#CBC7B8 (or 0xCBC7B8) is unknown color: approx Chrome White. HEX triplet: CB, C7 and B8. RGB value is (203,199,184). Sum of RGB (Red+Green+Blue) = 203+199+184=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7B8 is #343847. Grayscale: #C6C6C6. Windows color (decimal): -3422280 or 12109771. OLE color: 12109771.

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

Color convert

RGB203199184-
CMYK00.020.090.20
HSL47.37º15.45%75.88%-
HSV(B)47.37º9.36%79.61%-
XYZ53.75753.52-
YUV198.49119.83131.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 184 (72.27% from 255) = 31.40%
R=34.64%
G=33.96%
B=31.40%

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
Decimal20319918400.020.090.2047.3715.4575.88
HexCBC7B8029142ff4c
Octal3133072700211245717114
Binary11001011110001111011100001010011010010111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7B8; }

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

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

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

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

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

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

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

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