#CEBC6D

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

Shades of Tacha #CEBC6D

Tints of Tacha #CEBC6D

Color information

#CEBC6D (or 0xCEBC6D) is unknown color: approx Tacha. HEX triplet: CE, BC and 6D. RGB value is (206,188,109). Sum of RGB (Red+Green+Blue) = 206+188+109=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC6D is #314392. Grayscale: #B8B8B8. Windows color (decimal): -3228563 or 7191758. OLE color: 7191758.

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

Color convert

RGB206188109-
CMYK00.090.470.19
HSL48.87º49.74%61.76%-
HSV(B)48.87º47.09%80.78%-
XYZ46.250.1921.72-
YUV184.3885.46143.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 109 (42.97% from 255) = 21.67%
R=40.95%
G=37.38%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618810900.090.470.1948.8749.7461.76
HexCEBC6D092F1331323e
Octal3162741550115723616276
Binary110011101011110011011010100110111110011110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC6D; }

 p { color: rgb(206,188,109); }

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

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

 a { background-color: rgb(206,188,109); }

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

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

 span { border-color: rgb(206,188,109); }

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