Html Css Color HEX #C9CD31 Fuego

📋 copy color: '#C9CD31'

red 201 ◦ green 205 ◦ blue 49

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

Shades of Fuego #C9CD31

Tints of Fuego #C9CD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.05%

 BLUE value IS 49 (19.53% from 255) = 10.77%

R = 44.18%
G = 45.05%
B = 10.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#C9CD31 (or 0xC9CD31) is known color: Fuego. HEX triplet: C9, CD and 31. RGB value is (201,205,49). Sum of RGB (Red+Green+Blue) = 201+205+49=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CD31 is #3632CE. Grayscale: #BABABA. Windows color (decimal): -3551951 or 3263945. OLE color: 3263945.

HSL color Cylindrical-coordinate representation of color #C9CD31: hue angle of 61.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9CD31 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 205 49 -
CMYK 0.02 0 0.76 0.20
HSL 61.54º 0.61% 0.5% -
HSV(B) 61.54º 0.76% 0.8% -
XYZ 46.47 56.3 11.32 -
YUV 186.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 201 205 49 0.02 0 0.76 0.20 61.54 0.61 0.5
Hex C9 CD 31 2 0 4C 14 3E 3D 32
Octal 311 315 61 2 0 114 24 76 75 62
Binary 11001001 11001101 110001 10 0 1001100 10100 111110 111101 110010

Color Harmonies of #C9CD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CD31

Black with #C9CD31

Text Example


Text Example

White with #C9CD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CD31; }

 p { color: rgb(201,205,49); }

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

background-color css

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

 a { background-color: rgb(201,205,49); }

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

border-color css

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

 span { border-color: rgb(201,205,49); }

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