#CFBFA0

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

Shades of Double Spanish White #CFBFA0

Tints of Double Spanish White #CFBFA0

Color information

#CFBFA0 (or 0xCFBFA0) is unknown color: approx Double Spanish White. HEX triplet: CF, BF and A0. RGB value is (207,191,160). Sum of RGB (Red+Green+Blue) = 207+191+160=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFA0 is #30405F. Grayscale: #C0C0C0. Windows color (decimal): -3162208 or 10534863. OLE color: 10534863.

HSL color Cylindrical-coordinate representation of color #CFBFA0: hue angle of 39.57º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFBFA0 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207191160-
CMYK00.080.230.19
HSL39.57º32.87%71.96%-
HSV(B)39.57º22.71%81.18%-
XYZ50.7153.0740.83-
YUV192.25109.8138.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 160 (62.89% from 255) = 28.67%
R=37.10%
G=34.23%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719116000.080.230.1939.5732.8771.96
HexCFBFA0081713282148
Octal31727724001027235041110
Binary1100111110111111101000000100010111100111010001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFA0; }

 p { color: rgb(207,191,160); }

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

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

 a { background-color: rgb(207,191,160); }

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

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

 span { border-color: rgb(207,191,160); }

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