#CCB282

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

Shades of Calico #CCB282

Tints of Calico #CCB282

Color information

#CCB282 (or 0xCCB282) is unknown color: approx Calico. HEX triplet: CC, B2 and 82. RGB value is (204,178,130). Sum of RGB (Red+Green+Blue) = 204+178+130=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB282 is #334D7D. Grayscale: #B4B4B4. Windows color (decimal): -3362174 or 8565452. OLE color: 8565452.

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

Color convert

RGB204178130-
CMYK00.130.360.2
HSL38.92º42.05%65.49%-
HSV(B)38.92º36.27%80%-
XYZ44.8546.2927.69-
YUV180.399.61144.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=39.84%
G=34.77%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417813000.130.360.238.9242.0565.49
HexCCB2820D2414272a41
Octal31426220201544244752101
Binary11001100101100101000001001101100100101001001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB282; }

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

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

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

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

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

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

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

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