Html Css Color HEX #C9CE2A Fuego

📋 copy color: '#C9CE2A'

red 201 ◦ green 206 ◦ blue 42

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

Shades of Fuego #C9CE2A

Tints of Fuego #C9CE2A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.88%

 BLUE value IS 42 (16.8% from 255) = 9.35%

R = 44.77%
G = 45.88%
B = 9.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#C9CE2A (or 0xC9CE2A) is known color: Fuego. HEX triplet: C9, CE and 2A. RGB value is (201,206,42). Sum of RGB (Red+Green+Blue) = 201+206+42=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE2A is #3631D5. Grayscale: #BABABA. Windows color (decimal): -3551702 or 2805449. OLE color: 2805449.

HSL color Cylindrical-coordinate representation of color #C9CE2A: hue angle of 61.83º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9CE2A is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 42 -
CMYK 0.02 0 0.80 0.19
HSL 61.83º 0.66% 0.49% -
HSV(B) 61.83º 0.8% 0.81% -
XYZ 46.58 56.73 10.69 -
YUV 185.81 46.84 138.84 -
System Red Green Blue C M Y K H S L
Decimal 201 206 42 0.02 0 0.80 0.19 61.83 0.66 0.49
Hex C9 CE 2A 2 0 50 13 3E 42 31
Octal 311 316 52 2 0 120 23 76 102 61
Binary 11001001 11001110 101010 10 0 1010000 10011 111110 1000010 110001

Color Harmonies of #C9CE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CE2A

Black with #C9CE2A

Text Example


Text Example

White with #C9CE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CE2A; }

 p { color: rgb(201,206,42); }

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

background-color css

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

 a { background-color: rgb(201,206,42); }

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

border-color css

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

 span { border-color: rgb(201,206,42); }

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