#CFCAB5

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

Shades of Chrome White #CFCAB5

Tints of Chrome White #CFCAB5

Color information

#CFCAB5 (or 0xCFCAB5) is unknown color: approx Chrome White. HEX triplet: CF, CA and B5. RGB value is (207,202,181). Sum of RGB (Red+Green+Blue) = 207+202+181=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAB5 is #30354A. Grayscale: #C9C9C9. Windows color (decimal): -3159371 or 11913935. OLE color: 11913935.

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

Color convert

RGB207202181-
CMYK00.020.130.19
HSL48.46º21.31%76.08%-
HSV(B)48.46º12.56%81.18%-
XYZ55.1958.8452.16-
YUV201.1116.66132.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 181 (71.09% from 255) = 30.68%
R=35.08%
G=34.24%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720218100.020.130.1948.4621.3176.08
HexCFCAB502D1330154c
Octal3173122650215236025114
Binary110011111100101010110101010110110011110000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAB5; }

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

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

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

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

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

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

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

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