#CEBE70

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

Shades of Tacha #CEBE70

Tints of Tacha #CEBE70

Color information

#CEBE70 (or 0xCEBE70) is unknown color: approx Tacha. HEX triplet: CE, BE and 70. RGB value is (206,190,112). Sum of RGB (Red+Green+Blue) = 206+190+112=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE70 is #31418F. Grayscale: #BABABA. Windows color (decimal): -3228048 or 7388878. OLE color: 7388878.

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

Color convert

RGB206190112-
CMYK00.080.460.19
HSL49.79º48.96%62.35%-
HSV(B)49.79º45.63%80.78%-
XYZ46.7951.1222.73-
YUV185.8986.3142.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=40.55%
G=37.40%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619011200.080.460.1949.7948.9662.35
HexCEBE70082E1332313e
Octal3162761600105623626176
Binary110011101011111011100000100010111010011110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE70; }

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

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

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

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

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

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

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

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