#CDAC7C

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

Shades of Calico #CDAC7C

Tints of Calico #CDAC7C

Color information

#CDAC7C (or 0xCDAC7C) is unknown color: approx Calico. HEX triplet: CD, AC and 7C. RGB value is (205,172,124). Sum of RGB (Red+Green+Blue) = 205+172+124=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC7C is #325383. Grayscale: #B0B0B0. Windows color (decimal): -3298180 or 8170701. OLE color: 8170701.

HSL color Cylindrical-coordinate representation of color #CDAC7C: hue angle of 35.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDAC7C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205172124-
CMYK00.160.400.20
HSL35.56º44.75%64.51%-
HSV(B)35.56º39.51%80.39%-
XYZ43.5743.9425.25-
YUV176.498.43148.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=40.92%
G=34.33%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517212400.160.400.2035.5644.7564.51
HexCDAC7C0102814242d41
Octal31525417402050244455101
Binary11001101101011001111100010000101000101001001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAC7C; }

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

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

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

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

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

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

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

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