#CDAC7F

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

Shades of Calico #CDAC7F

Tints of Calico #CDAC7F

Color information

#CDAC7F (or 0xCDAC7F) is unknown color: approx Calico. HEX triplet: CD, AC and 7F. RGB value is (205,172,127). Sum of RGB (Red+Green+Blue) = 205+172+127=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC7F is #325380. Grayscale: #B0B0B0. Windows color (decimal): -3298177 or 8367309. OLE color: 8367309.

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

Color convert

RGB205172127-
CMYK00.160.380.20
HSL34.62º43.82%65.1%-
HSV(B)34.62º38.05%80.39%-
XYZ43.7644.0226.27-
YUV176.7499.93148.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 127 (50% from 255) = 25.20%
R=40.67%
G=34.13%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517212700.160.380.2034.6243.8265.1
HexCDAC7F0102614232c41
Octal31525417702046244354101
Binary11001101101011001111111010000100110101001000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAC7F; }

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

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

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

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

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

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

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

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