#CFAE7E

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

Shades of Calico #CFAE7E

Tints of Calico #CFAE7E

Color information

#CFAE7E (or 0xCFAE7E) is unknown color: approx Calico. HEX triplet: CF, AE and 7E. RGB value is (207,174,126). Sum of RGB (Red+Green+Blue) = 207+174+126=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE7E is #305181. Grayscale: #B2B2B2. Windows color (decimal): -3166594 or 8302287. OLE color: 8302287.

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

Color convert

RGB207174126-
CMYK00.160.390.19
HSL35.56º45.76%65.29%-
HSV(B)35.56º39.13%81.18%-
XYZ44.6345.0426.08-
YUV178.498.43148.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=40.83%
G=34.32%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717412600.160.390.1935.5645.7665.29
HexCFAE7E0102713242e41
Octal31725617602047234456101
Binary11001111101011101111110010000100111100111001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE7E; }

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

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

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

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

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

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

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

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