#CDB184

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

Shades of Calico #CDB184

Tints of Calico #CDB184

Color information

#CDB184 (or 0xCDB184) is unknown color: approx Calico. HEX triplet: CD, B1 and 84. RGB value is (205,177,132). Sum of RGB (Red+Green+Blue) = 205+177+132=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB184 is #324E7B. Grayscale: #B4B4B4. Windows color (decimal): -3296892 or 8696269. OLE color: 8696269.

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

Color convert

RGB205177132-
CMYK00.140.360.20
HSL36.99º42.2%66.08%-
HSV(B)36.99º35.61%80.39%-
XYZ45.0646.0928.35-
YUV180.24100.78145.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=39.88%
G=34.44%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517713200.140.360.2036.9942.266.08
HexCDB1840E2414252a42
Octal31526120401644244552102
Binary11001101101100011000010001110100100101001001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB184; }

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

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

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

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

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

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

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

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