#CFAB80

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

Shades of Calico #CFAB80

Tints of Calico #CFAB80

Color information

#CFAB80 (or 0xCFAB80) is unknown color: approx Calico. HEX triplet: CF, AB and 80. RGB value is (207,171,128). Sum of RGB (Red+Green+Blue) = 207+171+128=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB80 is #30547F. Grayscale: #B1B1B1. Windows color (decimal): -3167360 or 8432591. OLE color: 8432591.

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

Color convert

RGB207171128-
CMYK00.170.380.19
HSL32.66º45.14%65.69%-
HSV(B)32.66º38.16%81.18%-
XYZ44.1943.9526.58-
YUV176.86100.43149.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=40.91%
G=33.79%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717112800.170.380.1932.6645.1465.69
HexCFAB800112613212d42
Octal31725320002146234155102
Binary110011111010101110000000010001100110100111000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB80; }

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

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

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

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

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

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

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

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