#CCB082

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

Shades of Calico #CCB082

Tints of Calico #CCB082

Color information

#CCB082 (or 0xCCB082) is unknown color: approx Calico. HEX triplet: CC, B0 and 82. RGB value is (204,176,130). Sum of RGB (Red+Green+Blue) = 204+176+130=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB082 is #334F7D. Grayscale: #B3B3B3. Windows color (decimal): -3362686 or 8564940. OLE color: 8564940.

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

Color convert

RGB204176130-
CMYK00.140.360.2
HSL37.3º42.05%65.49%-
HSV(B)37.3º36.27%80%-
XYZ44.4645.527.56-
YUV179.13100.28145.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=40%
G=34.51%
B=25.49%

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
Decimal20417613000.140.360.237.342.0565.49
HexCCB0820E2414252a41
Octal31426020201644244552101
Binary11001100101100001000001001110100100101001001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB082; }

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

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

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

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

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

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

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

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