#CFAF7E

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

Shades of Calico #CFAF7E

Tints of Calico #CFAF7E

Color information

#CFAF7E (or 0xCFAF7E) is unknown color: approx Calico. HEX triplet: CF, AF and 7E. RGB value is (207,175,126). Sum of RGB (Red+Green+Blue) = 207+175+126=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF7E is #305081. Grayscale: #B3B3B3. Windows color (decimal): -3166338 or 8302543. OLE color: 8302543.

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

Color convert

RGB207175126-
CMYK00.150.390.19
HSL36.3º45.76%65.29%-
HSV(B)36.3º39.13%81.18%-
XYZ44.8345.4326.15-
YUV178.9898.1147.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 126 (49.61% from 255) = 24.80%
R=40.75%
G=34.45%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717512600.150.390.1936.345.7665.29
HexCFAF7E0F2713242e41
Octal31725717601747234456101
Binary1100111110101111111111001111100111100111001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF7E; }

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

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

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

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

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

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

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

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