#CCAF7F

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

Shades of Calico #CCAF7F

Tints of Calico #CCAF7F

Color information

#CCAF7F (or 0xCCAF7F) is unknown color: approx Calico. HEX triplet: CC, AF and 7F. RGB value is (204,175,127). Sum of RGB (Red+Green+Blue) = 204+175+127=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF7F is #335080. Grayscale: #B2B2B2. Windows color (decimal): -3362945 or 8368076. OLE color: 8368076.

HSL color Cylindrical-coordinate representation of color #CCAF7F: hue angle of 37.4º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCAF7F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204175127-
CMYK00.140.380.2
HSL37.4º43.02%64.9%-
HSV(B)37.4º37.75%80%-
XYZ44.0645.0326.45-
YUV178.299.11146.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 127 (50% from 255) = 25.10%
R=40.32%
G=34.58%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417512700.140.380.237.443.0264.9
HexCCAF7F0E2614252b41
Octal31425717701646244553101
Binary1100110010101111111111101110100110101001001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF7F; }

 p { color: rgb(204,175,127); }

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

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

 a { background-color: rgb(204,175,127); }

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

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

 span { border-color: rgb(204,175,127); }

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