#ccbb50

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

Shades of Tacha #CCBB50

Tints of Tacha #CCBB50

Color information

#CCBB50 (or 0xCCBB50) is unknown color: approx Tacha. HEX triplet: CC, BB and 50. RGB value is (204,187,80). Sum of RGB (Red+Green+Blue) = 204+187+80=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB50 is #3344AF. Grayscale: #B4B4B4. Windows color (decimal): -3359920 or 5290956. OLE color: 5290956.

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

Color convert

RGB20418780-
CMYK00.080.610.2
HSL51.77º54.87%55.69%-
HSV(B)51.77º60.78%80%-
XYZ44.1248.9614.71-
YUV179.8871.63145.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 80 (31.64% from 255) = 16.99%
R=43.31%
G=39.70%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041878000.080.610.251.7754.8755.69
HexCCBB50083D14343738
Octal3142731200107524646770
Binary110011001011101110100000100011110110100110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccbb50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccbb50; }

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

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

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

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

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

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

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

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