#CFAB84

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

Shades of Calico #CFAB84

Tints of Calico #CFAB84

Color information

#CFAB84 (or 0xCFAB84) is unknown color: approx Calico. HEX triplet: CF, AB and 84. RGB value is (207,171,132). Sum of RGB (Red+Green+Blue) = 207+171+132=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB84 is #30547B. Grayscale: #B1B1B1. Windows color (decimal): -3167356 or 8694735. OLE color: 8694735.

HSL color Cylindrical-coordinate representation of color #CFAB84: hue angle of 31.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFAB84 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207171132-
CMYK00.170.360.19
HSL31.2º43.86%66.47%-
HSV(B)31.2º36.23%81.18%-
XYZ44.4644.0627.99-
YUV177.32102.43149.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 132 (51.95% from 255) = 25.88%
R=40.59%
G=33.53%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717113200.170.360.1931.243.8666.47
HexCFAB8401124131f2c42
Octal31725320402144233754102
Binary11001111101010111000010001000110010010011111111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB84; }

 p { color: rgb(207,171,132); }

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

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

 a { background-color: rgb(207,171,132); }

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

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

 span { border-color: rgb(207,171,132); }

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