#CFAF7D

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

Shades of Calico #CFAF7D

Tints of Calico #CFAF7D

Color information

#CFAF7D (or 0xCFAF7D) is unknown color: approx Calico. HEX triplet: CF, AF and 7D. RGB value is (207,175,125). Sum of RGB (Red+Green+Blue) = 207+175+125=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF7D is #305082. Grayscale: #B3B3B3. Windows color (decimal): -3166339 or 8237007. OLE color: 8237007.

HSL color Cylindrical-coordinate representation of color #CFAF7D: hue angle of 36.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFAF7D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB207175125-
CMYK00.150.400.19
HSL36.59º46.07%65.1%-
HSV(B)36.59º39.61%81.18%-
XYZ44.7645.4125.81-
YUV178.8797.6148.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=40.83%
G=34.52%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717512500.150.400.1936.5946.0765.1
HexCFAF7D0F2813252e41
Octal31725717501750234556101
Binary1100111110101111111110101111101000100111001011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF7D; }

 p { color: rgb(207,175,125); }

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

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

 a { background-color: rgb(207,175,125); }

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

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

 span { border-color: rgb(207,175,125); }

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