#CFAC81

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

Shades of Calico #CFAC81

Tints of Calico #CFAC81

Color information

#CFAC81 (or 0xCFAC81) is unknown color: approx Calico. HEX triplet: CF, AC and 81. RGB value is (207,172,129). Sum of RGB (Red+Green+Blue) = 207+172+129=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC81 is #30537E. Grayscale: #B1B1B1. Windows color (decimal): -3167103 or 8498383. OLE color: 8498383.

HSL color Cylindrical-coordinate representation of color #CFAC81: hue angle of 33.08º 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 #CFAC81 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB207172129-
CMYK00.170.380.19
HSL33.08º44.83%65.88%-
HSV(B)33.08º37.68%81.18%-
XYZ44.4544.3626.99-
YUV177.56100.6149-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=40.75%
G=33.86%
B=25.39%

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
Decimal20717212900.170.380.1933.0844.8365.88
HexCFAC810112613212d42
Octal31725420102146234155102
Binary110011111010110010000001010001100110100111000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC81; }

 p { color: rgb(207,172,129); }

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

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

 a { background-color: rgb(207,172,129); }

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

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

 span { border-color: rgb(207,172,129); }

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