#CCB281

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

Shades of Calico #CCB281

Tints of Calico #CCB281

Color information

#CCB281 (or 0xCCB281) is unknown color: approx Calico. HEX triplet: CC, B2 and 81. RGB value is (204,178,129). Sum of RGB (Red+Green+Blue) = 204+178+129=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB281 is #334D7E. Grayscale: #B4B4B4. Windows color (decimal): -3362175 or 8499916. OLE color: 8499916.

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

Color convert

RGB204178129-
CMYK00.130.370.2
HSL39.2º42.37%65.29%-
HSV(B)39.2º36.76%80%-
XYZ44.7846.2627.34-
YUV180.1999.11144.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=39.92%
G=34.83%
B=25.24%

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
Decimal20417812900.130.370.239.242.3765.29
HexCCB2810D2514272a41
Octal31426220101545244752101
Binary11001100101100101000000101101100101101001001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB281; }

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

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

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

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

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

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

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

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