#CDB083

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

Shades of Calico #CDB083

Tints of Calico #CDB083

Color information

#CDB083 (or 0xCDB083) is unknown color: approx Calico. HEX triplet: CD, B0 and 83. RGB value is (205,176,131). Sum of RGB (Red+Green+Blue) = 205+176+131=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB083 is #324F7C. Grayscale: #B3B3B3. Windows color (decimal): -3297149 or 8630477. OLE color: 8630477.

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

Color convert

RGB205176131-
CMYK00.140.360.20
HSL36.49º42.53%65.88%-
HSV(B)36.49º36.1%80.39%-
XYZ44.845.6727.93-
YUV179.54100.61146.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=40.04%
G=34.38%
B=25.59%

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
Decimal20517613100.140.360.2036.4942.5365.88
HexCDB0830E2414242b42
Octal31526020301644244453102
Binary11001101101100001000001101110100100101001001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB083; }

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

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

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

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

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

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

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

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