Html Css Color HEX #C3C532 Fuego

📋 copy color: '#C3C532'

red 195 ◦ green 197 ◦ blue 50

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

Shades of Fuego #C3C532

Tints of Fuego #C3C532

RGB

 RED value IS 195 (76.56% from 255) = 44.12%

 GREEN value IS 197 (77.34% from 255) = 44.57%

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

R = 44.12%
G = 44.57%
B = 11.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C3C532 (or 0xC3C532) is known color: Fuego. HEX triplet: C3, C5 and 32. RGB value is (195,197,50). Sum of RGB (Red+Green+Blue) = 195+197+50=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C532 is #3C3ACD. Grayscale: #B4B4B4. Windows color (decimal): -3947214 or 3327427. OLE color: 3327427.

HSL color Cylindrical-coordinate representation of color #C3C532: hue angle of 60.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3C532 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 197 50 -
CMYK 0.01 0 0.75 0.23
HSL 60.82º 0.6% 0.48% -
HSV(B) 60.82º 0.75% 0.77% -
XYZ 43.05 51.76 10.74 -
YUV 179.64 54.84 138.95 -
System Red Green Blue C M Y K H S L
Decimal 195 197 50 0.01 0 0.75 0.23 60.82 0.6 0.48
Hex C3 C5 32 1 0 4B 17 3D 3C 30
Octal 303 305 62 1 0 113 27 75 74 60
Binary 11000011 11000101 110010 1 0 1001011 10111 111101 111100 110000

Color Harmonies of #C3C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C532

Black with #C3C532

Text Example


Text Example

White with #C3C532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C532; }

 p { color: rgb(195,197,50); }

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

background-color css

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

 a { background-color: rgb(195,197,50); }

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

border-color css

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

 span { border-color: rgb(195,197,50); }

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