#CDAD85

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

Shades of Calico #CDAD85

Tints of Calico #CDAD85

Color information

#CDAD85 (or 0xCDAD85) is unknown color: approx Calico. HEX triplet: CD, AD and 85. RGB value is (205,173,133). Sum of RGB (Red+Green+Blue) = 205+173+133=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD85 is #32527A. Grayscale: #B2B2B2. Windows color (decimal): -3297915 or 8760781. OLE color: 8760781.

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

Color convert

RGB205173133-
CMYK00.160.350.20
HSL33.33º41.86%66.27%-
HSV(B)33.33º35.12%80.39%-
XYZ44.3544.5628.45-
YUV178.01102.6147.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=40.12%
G=33.86%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517313300.160.350.2033.3341.8666.27
HexCDAD850102314212a42
Octal31525520502043244152102
Binary110011011010110110000101010000100011101001000011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD85; }

 p { color: rgb(205,173,133); }

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

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

 a { background-color: rgb(205,173,133); }

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

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

 span { border-color: rgb(205,173,133); }

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