#CEBE65

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

Shades of Tacha #CEBE65

Tints of Tacha #CEBE65

Color information

#CEBE65 (or 0xCEBE65) is unknown color: approx Tacha. HEX triplet: CE, BE and 65. RGB value is (206,190,101). Sum of RGB (Red+Green+Blue) = 206+190+101=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE65 is #31419A. Grayscale: #B9B9B9. Windows color (decimal): -3228059 or 6667982. OLE color: 6667982.

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

Color convert

RGB206190101-
CMYK00.080.510.19
HSL50.86º51.72%60.2%-
HSV(B)50.86º50.97%80.78%-
XYZ46.2250.8919.7-
YUV184.6480.8143.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=41.45%
G=38.23%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619010100.080.510.1950.8651.7260.2
HexCEBE6508331333343c
Octal3162761450106323636474
Binary110011101011111011001010100011001110011110011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE65; }

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

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

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

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

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

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

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

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