#CDB182

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

Shades of Calico #CDB182

Tints of Calico #CDB182

Color information

#CDB182 (or 0xCDB182) is unknown color: approx Calico. HEX triplet: CD, B1 and 82. RGB value is (205,177,130). Sum of RGB (Red+Green+Blue) = 205+177+130=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB182 is #324E7D. Grayscale: #B4B4B4. Windows color (decimal): -3296894 or 8565197. OLE color: 8565197.

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

Color convert

RGB205177130-
CMYK00.140.370.20
HSL37.6º42.86%65.69%-
HSV(B)37.6º36.59%80.39%-
XYZ44.9346.0427.64-
YUV180.0199.78145.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=40.04%
G=34.57%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517713000.140.370.2037.642.8665.69
HexCDB1820E2514262b42
Octal31526120201645244653102
Binary11001101101100011000001001110100101101001001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB182; }

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

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

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

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

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

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

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

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