#CCBE50

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

Shades of Tacha #CCBE50

Tints of Tacha #CCBE50

Color information

#CCBE50 (or 0xCCBE50) is unknown color: approx Tacha. HEX triplet: CC, BE and 50. RGB value is (204,190,80). Sum of RGB (Red+Green+Blue) = 204+190+80=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE50 is #3341AF. Grayscale: #B6B6B6. Windows color (decimal): -3359152 or 5291724. OLE color: 5291724.

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

Color convert

RGB20419080-
CMYK00.070.610.2
HSL53.23º54.87%55.69%-
HSV(B)53.23º60.78%80%-
XYZ44.7650.2414.93-
YUV181.6570.64143.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 80 (31.64% from 255) = 16.88%
R=43.04%
G=40.08%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041908000.070.610.253.2354.8755.69
HexCCBE50073D14353738
Octal314276120077524656770
Binary11001100101111101010000011111110110100110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE50; }

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

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

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

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

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

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

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

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