#CCB180

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

Shades of Calico #CCB180

Tints of Calico #CCB180

Color information

#CCB180 (or 0xCCB180) is unknown color: approx Calico. HEX triplet: CC, B1 and 80. RGB value is (204,177,128). Sum of RGB (Red+Green+Blue) = 204+177+128=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB180 is #334E7F. Grayscale: #B3B3B3. Windows color (decimal): -3362432 or 8434124. OLE color: 8434124.

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

Color convert

RGB204177128-
CMYK00.130.370.2
HSL38.68º42.7%65.1%-
HSV(B)38.68º37.25%80%-
XYZ44.5245.8426.92-
YUV179.4998.95145.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=40.08%
G=34.77%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417712800.130.370.238.6842.765.1
HexCCB1800D2514272b41
Octal31426120001545244753101
Binary11001100101100011000000001101100101101001001111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB180; }

 p { color: rgb(204,177,128); }

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

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

 a { background-color: rgb(204,177,128); }

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

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

 span { border-color: rgb(204,177,128); }

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