#CEC465

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

Shades of Tacha #CEC465

Tints of Tacha #CEC465

Color information

#CEC465 (or 0xCEC465) is unknown color: approx Tacha. HEX triplet: CE, C4 and 65. RGB value is (206,196,101). Sum of RGB (Red+Green+Blue) = 206+196+101=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC465 is #313B9A. Grayscale: #BCBCBC. Windows color (decimal): -3226523 or 6669518. OLE color: 6669518.

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

Color convert

RGB206196101-
CMYK00.050.510.19
HSL54.29º51.72%60.2%-
HSV(B)54.29º50.97%80.78%-
XYZ47.5453.5420.14-
YUV188.1678.81140.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 101 (39.84% from 255) = 20.08%
R=40.95%
G=38.97%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619610100.050.510.1954.2951.7260.2
HexCEC46505331336343c
Octal316304145056323666474
Binary11001110110001001100101010111001110011110110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC465; }

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

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

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

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

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

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

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

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