#CEBA65

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

Shades of Tacha #CEBA65

Tints of Tacha #CEBA65

Color information

#CEBA65 (or 0xCEBA65) is unknown color: approx Tacha. HEX triplet: CE, BA and 65. RGB value is (206,186,101). Sum of RGB (Red+Green+Blue) = 206+186+101=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA65 is #31459A. Grayscale: #B6B6B6. Windows color (decimal): -3229083 or 6666958. OLE color: 6666958.

HSL color Cylindrical-coordinate representation of color #CEBA65: hue angle of 48.57º 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 #CEBA65 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB206186101-
CMYK00.100.510.19
HSL48.57º51.72%60.2%-
HSV(B)48.57º50.97%80.78%-
XYZ45.3649.1819.41-
YUV182.2982.13144.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=41.78%
G=37.73%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618610100.100.510.1948.5751.7260.2
HexCEBA650A331331343c
Octal3162721450126323616474
Binary110011101011101011001010101011001110011110001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA65; }

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

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

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

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

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

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

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

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