#CBC9BB

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

Shades of Chrome White #CBC9BB

Tints of Chrome White #CBC9BB

Color information

#CBC9BB (or 0xCBC9BB) is unknown color: approx Chrome White. HEX triplet: CB, C9 and BB. RGB value is (203,201,187). Sum of RGB (Red+Green+Blue) = 203+201+187=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9BB is #343644. Grayscale: #C8C8C8. Windows color (decimal): -3421765 or 12306891. OLE color: 12306891.

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

Color convert

RGB203201187-
CMYK00.010.080.20
HSL52.5º13.33%76.47%-
HSV(B)52.5º7.88%79.61%-
XYZ54.4858.0655.35-
YUV200120.66130.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 201 (78.91% from 255) = 34.01%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=34.35%
G=34.01%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320118700.010.080.2052.513.3376.47
HexCBC9BB0181434d4c
Octal3133112730110246415114
Binary1100101111001001101110110110001010011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9BB; }

 p { color: rgb(203,201,187); }

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

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

 a { background-color: rgb(203,201,187); }

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

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

 span { border-color: rgb(203,201,187); }

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