#CFCBB7

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

Shades of Chrome White #CFCBB7

Tints of Chrome White #CFCBB7

Color information

#CFCBB7 (or 0xCFCBB7) is unknown color: approx Chrome White. HEX triplet: CF, CB and B7. RGB value is (207,203,183). Sum of RGB (Red+Green+Blue) = 207+203+183=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBB7 is #303448. Grayscale: #CACACA. Windows color (decimal): -3159113 or 12045263. OLE color: 12045263.

HSL color Cylindrical-coordinate representation of color #CFCBB7: hue angle of 50º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCBB7 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207203183-
CMYK00.020.120.19
HSL50º20%76.47%-
HSV(B)50º11.59%81.18%-
XYZ55.6459.453.33-
YUV201.92117.33131.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 183 (71.88% from 255) = 30.86%
R=34.91%
G=34.23%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720318300.020.120.19502076.47
HexCFCBB702C1332144c
Octal3173132670214236224114
Binary110011111100101110110111010110010011110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBB7; }

 p { color: rgb(207,203,183); }

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

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

 a { background-color: rgb(207,203,183); }

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

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

 span { border-color: rgb(207,203,183); }

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