#CCB083

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

Shades of Calico #CCB083

Tints of Calico #CCB083

Color information

#CCB083 (or 0xCCB083) is unknown color: approx Calico. HEX triplet: CC, B0 and 83. RGB value is (204,176,131). Sum of RGB (Red+Green+Blue) = 204+176+131=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB083 is #334F7C. Grayscale: #B3B3B3. Windows color (decimal): -3362685 or 8630476. OLE color: 8630476.

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

Color convert

RGB204176131-
CMYK00.140.360.2
HSL36.99º41.71%65.69%-
HSV(B)36.99º35.78%80%-
XYZ44.5245.5327.91-
YUV179.24100.78145.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 131 (51.56% from 255) = 25.64%
R=39.92%
G=34.44%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417613100.140.360.236.9941.7165.69
HexCCB0830E2414252a42
Octal31426020301644244552102
Binary11001100101100001000001101110100100101001001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB083; }

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

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

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

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

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

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

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

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