#cbbb50

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

Shades of Tacha #CBBB50

Tints of Tacha #CBBB50

Color information

#CBBB50 (or 0xCBBB50) is unknown color: approx Tacha. HEX triplet: CB, BB and 50. RGB value is (203,187,80). Sum of RGB (Red+Green+Blue) = 203+187+80=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB50 is #3444AF. Grayscale: #B4B4B4. Windows color (decimal): -3425456 or 5290955. OLE color: 5290955.

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

Color convert

RGB20318780-
CMYK00.080.610.20
HSL52.2º54.19%55.49%-
HSV(B)52.2º60.59%79.61%-
XYZ43.8548.8214.7-
YUV179.5971.8144.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 80 (31.64% from 255) = 17.02%
R=43.19%
G=39.79%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031878000.080.610.2052.254.1955.49
HexCBBB50083D14343637
Octal3132731200107524646667
Binary110010111011101110100000100011110110100110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbbb50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbbb50; }

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

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

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

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

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

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

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

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