Html Css Color HEX #C9C25F Tacha

📋 copy color: '#C9C25F'

red 201 ◦ green 194 ◦ blue 95

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

Shades of Tacha #C9C25F

Tints of Tacha #C9C25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.39%

R = 41.02%
G = 39.59%
B = 19.39%

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

#C9C25F (or 0xC9C25F) is known color: Tacha. HEX triplet: C9, C2 and 5F. RGB value is (201,194,95). Sum of RGB (Red+Green+Blue) = 201+194+95=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C25F is #363DA0. Grayscale: #B9B9B9. Windows color (decimal): -3554721 or 6275785. OLE color: 6275785.

HSL color Cylindrical-coordinate representation of color #C9C25F: hue angle of 56.04º 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 #C9C25F is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 95 -
CMYK 0 0.03 0.53 0.21
HSL 56.04º 0.5% 0.58% -
HSV(B) 56.04º 0.53% 0.79% -
XYZ 45.44 51.83 18.43 -
YUV 184.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 201 194 95 0 0.03 0.53 0.21 56.04 0.5 0.58
Hex C9 C2 5F 0 3 35 15 38 32 3A
Octal 311 302 137 0 3 65 25 70 62 72
Binary 11001001 11000010 1011111 0 11 110101 10101 111000 110010 111010

Color Harmonies of #C9C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C25F

Black with #C9C25F

Text Example


Text Example

White with #C9C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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