#CBC6B1

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

Shades of Chrome White #CBC6B1

Tints of Chrome White #CBC6B1

Color information

#CBC6B1 (or 0xCBC6B1) is unknown color: approx Chrome White. HEX triplet: CB, C6 and B1. RGB value is (203,198,177). Sum of RGB (Red+Green+Blue) = 203+198+177=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6B1 is #34394E. Grayscale: #C5C5C5. Windows color (decimal): -3422543 or 11650763. OLE color: 11650763.

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

Color convert

RGB203198177-
CMYK00.020.130.20
HSL48.46º20%74.51%-
HSV(B)48.46º12.81%79.61%-
XYZ52.7656.2649.67-
YUV197.1116.66132.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 177 (69.53% from 255) = 30.62%
R=35.12%
G=34.26%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319817700.020.130.2048.462074.51
HexCBC6B102D1430144b
Octal3133062610215246024113
Binary110010111100011010110001010110110100110000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6B1; }

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

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

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

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

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

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

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

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