#CCBB5B

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

Shades of Tacha #CCBB5B

Tints of Tacha #CCBB5B

Color information

#CCBB5B (or 0xCCBB5B) is unknown color: approx Tacha. HEX triplet: CC, BB and 5B. RGB value is (204,187,91). Sum of RGB (Red+Green+Blue) = 204+187+91=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB5B is #3344A4. Grayscale: #B5B5B5. Windows color (decimal): -3359909 or 6011852. OLE color: 6011852.

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

Color convert

RGB20418791-
CMYK00.080.550.2
HSL50.97º52.56%57.84%-
HSV(B)50.97º55.39%80%-
XYZ44.5649.1317.03-
YUV181.1477.13144.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 91 (35.94% from 255) = 18.88%
R=42.32%
G=38.80%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041879100.080.550.250.9752.5657.84
HexCCBB5B08371433353a
Octal3142731330106724636572
Binary110011001011101110110110100011011110100110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB5B; }

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

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

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

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

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

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

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

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