#CDB284

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

Shades of Calico #CDB284

Tints of Calico #CDB284

Color information

#CDB284 (or 0xCDB284) is unknown color: approx Calico. HEX triplet: CD, B2 and 84. RGB value is (205,178,132). Sum of RGB (Red+Green+Blue) = 205+178+132=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB284 is #324D7B. Grayscale: #B5B5B5. Windows color (decimal): -3296636 or 8696525. OLE color: 8696525.

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

Color convert

RGB205178132-
CMYK00.130.360.20
HSL37.81º42.2%66.08%-
HSV(B)37.81º35.61%80.39%-
XYZ45.2646.4928.42-
YUV180.83100.45145.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 178 (69.92% from 255) = 34.56%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=39.81%
G=34.56%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517813200.130.360.2037.8142.266.08
HexCDB2840D2414262a42
Octal31526220401544244652102
Binary11001101101100101000010001101100100101001001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB284; }

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

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

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

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

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

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

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

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