Html Css Color HEX #C9C25E Tacha

📋 copy color: '#C9C25E'

red 201 ◦ green 194 ◦ blue 94

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

Shades of Tacha #C9C25E

Tints of Tacha #C9C25E

RGB

 RED value IS 201 (78.91% from 255) = 41.1%

 GREEN value IS 194 (76.17% from 255) = 39.67%

 BLUE value IS 94 (37.11% from 255) = 19.22%

R = 41.1%
G = 39.67%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9C25E (or 0xC9C25E) is known color: Tacha. HEX triplet: C9, C2 and 5E. RGB value is (201,194,94). Sum of RGB (Red+Green+Blue) = 201+194+94=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C25E is #363DA1. Grayscale: #B9B9B9. Windows color (decimal): -3554722 or 6210249. OLE color: 6210249.

HSL color Cylindrical-coordinate representation of color #C9C25E: hue angle of 56.07º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9C25E is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 94 -
CMYK 0 0.03 0.53 0.21
HSL 56.07º 0.5% 0.58% -
HSV(B) 56.07º 0.53% 0.79% -
XYZ 45.4 51.81 18.2 -
YUV 184.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 201 194 94 0 0.03 0.53 0.21 56.07 0.5 0.58
Hex C9 C2 5E 0 3 35 15 38 32 3A
Octal 311 302 136 0 3 65 25 70 62 72
Binary 11001001 11000010 1011110 0 11 110101 10101 111000 110010 111010

Color Harmonies of #C9C25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C25E

Black with #C9C25E

Text Example


Text Example

White with #C9C25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C25E; }

 p { color: rgb(201,194,94); }

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

background-color css

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

 a { background-color: rgb(201,194,94); }

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

border-color css

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

 span { border-color: rgb(201,194,94); }

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