Html Css Color HEX #C9CA32 Fuego

📋 copy color: '#C9CA32'

red 201 ◦ green 202 ◦ blue 50

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

Shades of Fuego #C9CA32

Tints of Fuego #C9CA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

 BLUE value IS 50 (19.92% from 255) = 11.04%

R = 44.37%
G = 44.59%
B = 11.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9CA32 (or 0xC9CA32) is known color: Fuego. HEX triplet: C9, CA and 32. RGB value is (201,202,50). Sum of RGB (Red+Green+Blue) = 201+202+50=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA32 is #3635CD. Grayscale: #B8B8B8. Windows color (decimal): -3552718 or 3328713. OLE color: 3328713.

HSL color Cylindrical-coordinate representation of color #C9CA32: hue angle of 60.39º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9CA32 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 202 50 -
CMYK 0.00 0 0.75 0.21
HSL 60.39º 0.6% 0.49% -
HSV(B) 60.39º 0.75% 0.79% -
XYZ 45.78 54.89 11.2 -
YUV 184.37 52.17 139.86 -
System Red Green Blue C M Y K H S L
Decimal 201 202 50 0.00 0 0.75 0.21 60.39 0.6 0.49
Hex C9 CA 32 0 0 4B 15 3C 3C 31
Octal 311 312 62 0 0 113 25 74 74 61
Binary 11001001 11001010 110010 0 0 1001011 10101 111100 111100 110001

Color Harmonies of #C9CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA32

Black with #C9CA32

Text Example


Text Example

White with #C9CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA32; }

 p { color: rgb(201,202,50); }

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

background-color css

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

 a { background-color: rgb(201,202,50); }

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

border-color css

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

 span { border-color: rgb(201,202,50); }

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