#CFAC80

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

Shades of Calico #CFAC80

Tints of Calico #CFAC80

Color information

#CFAC80 (or 0xCFAC80) is unknown color: approx Calico. HEX triplet: CF, AC and 80. RGB value is (207,172,128). Sum of RGB (Red+Green+Blue) = 207+172+128=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC80 is #30537F. Grayscale: #B1B1B1. Windows color (decimal): -3167104 or 8432847. OLE color: 8432847.

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

Color convert

RGB207172128-
CMYK00.170.380.19
HSL33.42º45.14%65.69%-
HSV(B)33.42º38.16%81.18%-
XYZ44.3844.3326.64-
YUV177.45100.1149.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=40.83%
G=33.93%
B=25.25%

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
Decimal20717212800.170.380.1933.4245.1465.69
HexCFAC800112613212d42
Octal31725420002146234155102
Binary110011111010110010000000010001100110100111000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC80; }

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

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

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

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

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

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

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

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