#CEC355

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

Shades of Tacha #CEC355

Tints of Tacha #CEC355

Color information

#CEC355 (or 0xCEC355) is unknown color: approx Tacha. HEX triplet: CE, C3 and 55. RGB value is (206,195,85). Sum of RGB (Red+Green+Blue) = 206+195+85=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC355 is #313CAA. Grayscale: #BABABA. Windows color (decimal): -3226795 or 5620686. OLE color: 5620686.

HSL color Cylindrical-coordinate representation of color #CEC355: hue angle of 54.55º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEC355 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20619585-
CMYK00.050.590.19
HSL54.55º55.25%57.06%-
HSV(B)54.55º58.74%80.78%-
XYZ46.6152.8116.33-
YUV185.7571.14142.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.39%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=42.39%
G=40.12%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061958500.050.590.1954.5555.2557.06
HexCEC355053B13373739
Octal316303125057323676771
Binary11001110110000111010101010111101110011110111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC355; }

 p { color: rgb(206,195,85); }

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

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

 a { background-color: rgb(206,195,85); }

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

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

 span { border-color: rgb(206,195,85); }

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