#CFAD7C

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

Shades of Calico #CFAD7C

Tints of Calico #CFAD7C

Color information

#CFAD7C (or 0xCFAD7C) is unknown color: approx Calico. HEX triplet: CF, AD and 7C. RGB value is (207,173,124). Sum of RGB (Red+Green+Blue) = 207+173+124=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD7C is #305283. Grayscale: #B1B1B1. Windows color (decimal): -3166852 or 8170959. OLE color: 8170959.

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

Color convert

RGB207173124-
CMYK00.160.400.19
HSL35.42º46.37%64.9%-
HSV(B)35.42º40.1%81.18%-
XYZ44.3144.6125.34-
YUV177.5897.76148.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=41.07%
G=34.33%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717312400.160.400.1935.4246.3764.9
HexCFAD7C0102813232e41
Octal31725517402050234356101
Binary11001111101011011111100010000101000100111000111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAD7C; }

 p { color: rgb(207,173,124); }

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

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

 a { background-color: rgb(207,173,124); }

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

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

 span { border-color: rgb(207,173,124); }

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