#CBBC50

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

Shades of Tacha #CBBC50

Tints of Tacha #CBBC50

Color information

#CBBC50 (or 0xCBBC50) is unknown color: approx Tacha. HEX triplet: CB, BC and 50. RGB value is (203,188,80). Sum of RGB (Red+Green+Blue) = 203+188+80=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC50 is #3443AF. Grayscale: #B4B4B4. Windows color (decimal): -3425200 or 5291211. OLE color: 5291211.

HSL color Cylindrical-coordinate representation of color #CBBC50: hue angle of 52.68º 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 #CBBC50 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20318880-
CMYK00.070.610.20
HSL52.68º54.19%55.49%-
HSV(B)52.68º60.59%79.61%-
XYZ44.0649.2414.77-
YUV180.1771.47144.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 80 (31.64% from 255) = 16.99%
R=43.10%
G=39.92%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031888000.070.610.2052.6854.1955.49
HexCBBC50073D14353637
Octal313274120077524656667
Binary11001011101111001010000011111110110100110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC50; }

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

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

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

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

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

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

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

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