#CFAB86

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

Shades of Calico #CFAB86

Tints of Calico #CFAB86

Color information

#CFAB86 (or 0xCFAB86) is unknown color: approx Calico. HEX triplet: CF, AB and 86. RGB value is (207,171,134). Sum of RGB (Red+Green+Blue) = 207+171+134=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB86 is #305479. Grayscale: #B1B1B1. Windows color (decimal): -3167354 or 8825807. OLE color: 8825807.

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

Color convert

RGB207171134-
CMYK00.170.350.19
HSL30.41º43.2%66.86%-
HSV(B)30.41º35.27%81.18%-
XYZ44.644.1128.72-
YUV177.55103.43149.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=40.43%
G=33.40%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717113400.170.350.1930.4143.266.86
HexCFAB8601123131e2b43
Octal31725320602143233653103
Binary11001111101010111000011001000110001110011111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB86; }

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

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

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

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

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

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

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

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