#CFAE84

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

Shades of Calico #CFAE84

Tints of Calico #CFAE84

Color information

#CFAE84 (or 0xCFAE84) is unknown color: approx Calico. HEX triplet: CF, AE and 84. RGB value is (207,174,132). Sum of RGB (Red+Green+Blue) = 207+174+132=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE84 is #30517B. Grayscale: #B3B3B3. Windows color (decimal): -3166588 or 8695503. OLE color: 8695503.

HSL color Cylindrical-coordinate representation of color #CFAE84: hue angle of 33.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFAE84 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207174132-
CMYK00.160.360.19
HSL33.6º43.86%66.47%-
HSV(B)33.6º36.23%81.18%-
XYZ45.0345.228.18-
YUV179.08101.43147.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=40.35%
G=33.92%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717413200.160.360.1933.643.8666.47
HexCFAE840102413222c42
Octal31725620402044234254102
Binary110011111010111010000100010000100100100111000101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE84; }

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

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

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

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

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

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

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

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