Html Css Color HEX #C3C530 Fuego

📋 copy color: '#C3C530'

red 195 ◦ green 197 ◦ blue 48

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

Shades of Fuego #C3C530

Tints of Fuego #C3C530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.91%

R = 44.32%
G = 44.77%
B = 10.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C3C530 (or 0xC3C530) is known color: Fuego. HEX triplet: C3, C5 and 30. RGB value is (195,197,48). Sum of RGB (Red+Green+Blue) = 195+197+48=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C530 is #3C3ACF. Grayscale: #B4B4B4. Windows color (decimal): -3947216 or 3196355. OLE color: 3196355.

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

Color convert

RGB 195 197 48 -
CMYK 0.01 0 0.76 0.23
HSL 60.81º 0.61% 0.48% -
HSV(B) 60.81º 0.76% 0.77% -
XYZ 43.01 51.75 10.52 -
YUV 179.42 53.84 139.12 -
System Red Green Blue C M Y K H S L
Decimal 195 197 48 0.01 0 0.76 0.23 60.81 0.61 0.48
Hex C3 C5 30 1 0 4C 17 3D 3D 30
Octal 303 305 60 1 0 114 27 75 75 60
Binary 11000011 11000101 110000 1 0 1001100 10111 111101 111101 110000

Color Harmonies of #C3C530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C530

Black with #C3C530

Text Example


Text Example

White with #C3C530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C530; }

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

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

background-color css

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

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

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

border-color css

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

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

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