#CEBE60

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

Shades of Tacha #CEBE60

Tints of Tacha #CEBE60

Color information

#CEBE60 (or 0xCEBE60) is unknown color: approx Tacha. HEX triplet: CE, BE and 60. RGB value is (206,190,96). Sum of RGB (Red+Green+Blue) = 206+190+96=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE60 is #31419F. Grayscale: #B8B8B8. Windows color (decimal): -3228064 or 6340302. OLE color: 6340302.

HSL color Cylindrical-coordinate representation of color #CEBE60: hue angle of 51.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEBE60 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB20619096-
CMYK00.080.530.19
HSL51.27º52.88%59.22%-
HSV(B)51.27º53.4%80.78%-
XYZ45.9850.7918.45-
YUV184.0778.3143.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 96 (37.89% from 255) = 19.51%
R=41.87%
G=38.62%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061909600.080.530.1951.2752.8859.22
HexCEBE6008351333353b
Octal3162761400106523636573
Binary110011101011111011000000100011010110011110011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE60; }

 p { color: rgb(206,190,96); }

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

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

 a { background-color: rgb(206,190,96); }

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

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

 span { border-color: rgb(206,190,96); }

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