#CDB183

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

Shades of Calico #CDB183

Tints of Calico #CDB183

Color information

#CDB183 (or 0xCDB183) is unknown color: approx Calico. HEX triplet: CD, B1 and 83. RGB value is (205,177,131). Sum of RGB (Red+Green+Blue) = 205+177+131=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB183 is #324E7C. Grayscale: #B4B4B4. Windows color (decimal): -3296893 or 8630733. OLE color: 8630733.

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

Color convert

RGB205177131-
CMYK00.140.360.20
HSL37.3º42.53%65.88%-
HSV(B)37.3º36.1%80.39%-
XYZ4546.0627.99-
YUV180.13100.28145.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=39.96%
G=34.50%
B=25.54%

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
Decimal20517713100.140.360.2037.342.5365.88
HexCDB1830E2414252b42
Octal31526120301644244553102
Binary11001101101100011000001101110100100101001001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB183; }

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

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

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

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

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

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

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

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