Html Css Color HEX #CEC562 Tacha

📋 copy color: '#CEC562'

red 206 ◦ green 197 ◦ blue 98

#CEC562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CEC562

Tints of Tacha #CEC562

RGB

 RED value IS 206 (80.86% from 255) = 41.12%

 GREEN value IS 197 (77.34% from 255) = 39.32%

 BLUE value IS 98 (38.67% from 255) = 19.56%

R = 41.12%
G = 39.32%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEC562 (or 0xCEC562) is known color: Tacha. HEX triplet: CE, C5 and 62. RGB value is (206,197,98). Sum of RGB (Red+Green+Blue) = 206+197+98=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC562 is #313A9D. Grayscale: #BCBCBC. Windows color (decimal): -3226270 or 6473166. OLE color: 6473166.

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

Color convert

RGB 206 197 98 -
CMYK 0 0.04 0.52 0.19
HSL 55º 0.52% 0.6% -
HSV(B) 55º 0.52% 0.81% -
XYZ 47.62 53.94 19.46 -
YUV 188.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 206 197 98 0 0.04 0.52 0.19 55 0.52 0.6
Hex CE C5 62 0 4 34 13 37 34 3C
Octal 316 305 142 0 4 64 23 67 64 74
Binary 11001110 11000101 1100010 0 100 110100 10011 110111 110100 111100

Color Harmonies of #CEC562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC562

Black with #CEC562

Text Example


Text Example

White with #CEC562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC562; }

 p { color: rgb(206,197,98); }

 H1.HeaderClassName
 {
   color: #CEC562;
 }
 .AnyTagClassName
 {
   color: #CEC562;
 }
</style>

background-color css

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

 a { background-color: rgb(206,197,98); }

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

border-color css

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

 span { border-color: rgb(206,197,98); }

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