#CDAB82

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

Shades of Calico #CDAB82

Tints of Calico #CDAB82

Color information

#CDAB82 (or 0xCDAB82) is unknown color: approx Calico. HEX triplet: CD, AB and 82. RGB value is (205,171,130). Sum of RGB (Red+Green+Blue) = 205+171+130=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAB82 is #32547D. Grayscale: #B0B0B0. Windows color (decimal): -3298430 or 8563661. OLE color: 8563661.

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

Color convert

RGB205171130-
CMYK00.170.370.20
HSL32.8º42.86%65.69%-
HSV(B)32.8º36.59%80.39%-
XYZ43.7743.7227.25-
YUV176.49101.76148.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=40.51%
G=33.79%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517113000.170.370.2032.842.8665.69
HexCDAB820112514212b42
Octal31525320202145244153102
Binary110011011010101110000010010001100101101001000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB82; }

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

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

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

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

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

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

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

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