#CEBF50

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

Shades of Tacha #CEBF50

Tints of Tacha #CEBF50

Color information

#CEBF50 (or 0xCEBF50) is unknown color: approx Tacha. HEX triplet: CE, BF and 50. RGB value is (206,191,80). Sum of RGB (Red+Green+Blue) = 206+191+80=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF50 is #3140AF. Grayscale: #B7B7B7. Windows color (decimal): -3227824 or 5291982. OLE color: 5291982.

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

Color convert

RGB20619180-
CMYK00.070.610.19
HSL52.86º56.25%56.08%-
HSV(B)52.86º61.17%80.78%-
XYZ45.5350.9615.03-
YUV182.8369.97144.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 80 (31.64% from 255) = 16.77%
R=43.19%
G=40.04%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061918000.070.610.1952.8656.2556.08
HexCEBF50073D13353838
Octal316277120077523657070
Binary11001110101111111010000011111110110011110101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF50; }

 p { color: rgb(206,191,80); }

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

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

 a { background-color: rgb(206,191,80); }

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

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

 span { border-color: rgb(206,191,80); }

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