#CDAF82

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

Shades of Calico #CDAF82

Tints of Calico #CDAF82

Color information

#CDAF82 (or 0xCDAF82) is unknown color: approx Calico. HEX triplet: CD, AF and 82. RGB value is (205,175,130). Sum of RGB (Red+Green+Blue) = 205+175+130=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF82 is #32507D. Grayscale: #B3B3B3. Windows color (decimal): -3297406 or 8564685. OLE color: 8564685.

HSL color Cylindrical-coordinate representation of color #CDAF82: hue angle of 36º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDAF82 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB205175130-
CMYK00.150.370.20
HSL36º42.86%65.69%-
HSV(B)36º36.59%80.39%-
XYZ44.5445.2527.51-
YUV178.84100.44146.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=40.20%
G=34.31%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517513000.150.370.203642.8665.69
HexCDAF820F2514242b42
Octal31525720201745244453102
Binary11001101101011111000001001111100101101001001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF82; }

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

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

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

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

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

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

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

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