#CDAF7F

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

Shades of Calico #CDAF7F

Tints of Calico #CDAF7F

Color information

#CDAF7F (or 0xCDAF7F) is unknown color: approx Calico. HEX triplet: CD, AF and 7F. RGB value is (205,175,127). Sum of RGB (Red+Green+Blue) = 205+175+127=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF7F is #325080. Grayscale: #B2B2B2. Windows color (decimal): -3297409 or 8368077. OLE color: 8368077.

HSL color Cylindrical-coordinate representation of color #CDAF7F: hue angle of 36.92º degrees, saturation: 0.44, 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 #CDAF7F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205175127-
CMYK00.150.380.20
HSL36.92º43.82%65.1%-
HSV(B)36.92º38.05%80.39%-
XYZ44.3445.1726.46-
YUV178.598.94146.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 127 (50% from 255) = 25.05%
R=40.43%
G=34.52%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517512700.150.380.2036.9243.8265.1
HexCDAF7F0F2614252c41
Octal31525717701746244554101
Binary1100110110101111111111101111100110101001001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF7F; }

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

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

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

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

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

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

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

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