#CCBE59

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

Shades of Tacha #CCBE59

Tints of Tacha #CCBE59

Color information

#CCBE59 (or 0xCCBE59) is unknown color: approx Tacha. HEX triplet: CC, BE and 59. RGB value is (204,190,89). Sum of RGB (Red+Green+Blue) = 204+190+89=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE59 is #3341A6. Grayscale: #B7B7B7. Windows color (decimal): -3359143 or 5881548. OLE color: 5881548.

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

Color convert

RGB20419089-
CMYK00.070.560.2
HSL52.7º53%57.45%-
HSV(B)52.7º56.37%80%-
XYZ45.1250.3916.8-
YUV182.6775.14143.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 89 (35.16% from 255) = 18.43%
R=42.24%
G=39.34%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041908900.070.560.252.75357.45
HexCCBE59073814353539
Octal314276131077024656571
Binary11001100101111101011001011111100010100110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE59; }

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

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

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

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

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

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

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

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