#CBC6B4

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

Shades of Chrome White #CBC6B4

Tints of Chrome White #CBC6B4

Color information

#CBC6B4 (or 0xCBC6B4) is unknown color: approx Chrome White. HEX triplet: CB, C6 and B4. RGB value is (203,198,180). Sum of RGB (Red+Green+Blue) = 203+198+180=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6B4 is #34394B. Grayscale: #C5C5C5. Windows color (decimal): -3422540 or 11847371. OLE color: 11847371.

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

Color convert

RGB203198180-
CMYK00.020.110.20
HSL46.96º18.11%75.1%-
HSV(B)46.96º11.33%79.61%-
XYZ53.0656.3851.27-
YUV197.44118.16131.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=34.94%
G=34.08%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319818000.020.110.2046.9618.1175.1
HexCBC6B402B142f124b
Octal3133062640213245722113
Binary110010111100011010110100010101110100101111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6B4; }

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

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

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

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

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

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

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

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