#CFCAB6

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

Shades of Chrome White #CFCAB6

Tints of Chrome White #CFCAB6

Color information

#CFCAB6 (or 0xCFCAB6) is unknown color: approx Chrome White. HEX triplet: CF, CA and B6. RGB value is (207,202,182). Sum of RGB (Red+Green+Blue) = 207+202+182=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAB6 is #303549. Grayscale: #C9C9C9. Windows color (decimal): -3159370 or 11979471. OLE color: 11979471.

HSL color Cylindrical-coordinate representation of color #CFCAB6: hue angle of 48º degrees, saturation: 0.21, 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 #CFCAB6 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207202182-
CMYK00.020.120.19
HSL48º20.66%76.27%-
HSV(B)48º12.08%81.18%-
XYZ55.358.8852.71-
YUV201.21117.16132.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=35.03%
G=34.18%
B=30.80%

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
Decimal20720218200.020.120.194820.6676.27
HexCFCAB602C1330154c
Octal3173122660214236025114
Binary110011111100101010110110010110010011110000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAB6; }

 p { color: rgb(207,202,182); }

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

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

 a { background-color: rgb(207,202,182); }

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

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

 span { border-color: rgb(207,202,182); }

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