#CCBB5A

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

Shades of Tacha #CCBB5A

Tints of Tacha #CCBB5A

Color information

#CCBB5A (or 0xCCBB5A) is unknown color: approx Tacha. HEX triplet: CC, BB and 5A. RGB value is (204,187,90). Sum of RGB (Red+Green+Blue) = 204+187+90=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB5A is #3344A5. Grayscale: #B5B5B5. Windows color (decimal): -3359910 or 5946316. OLE color: 5946316.

HSL color Cylindrical-coordinate representation of color #CCBB5A: hue angle of 51.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCBB5A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20418790-
CMYK00.080.560.2
HSL51.05º52.78%57.65%-
HSV(B)51.05º55.88%80%-
XYZ44.5249.1216.81-
YUV181.0276.63144.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 90 (35.55% from 255) = 18.71%
R=42.41%
G=38.88%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041879000.080.560.251.0552.7857.65
HexCCBB5A08381433353a
Octal3142731320107024636572
Binary110011001011101110110100100011100010100110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB5A; }

 p { color: rgb(204,187,90); }

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

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

 a { background-color: rgb(204,187,90); }

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

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

 span { border-color: rgb(204,187,90); }

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