Html Css Color HEX #C3C631 Fuego

📋 copy color: '#C3C631'

red 195 ◦ green 198 ◦ blue 49

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

Shades of Fuego #C3C631

Tints of Fuego #C3C631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.8%

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

R = 44.12%
G = 44.8%
B = 11.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C3C631 (or 0xC3C631) is known color: Fuego. HEX triplet: C3, C6 and 31. RGB value is (195,198,49). Sum of RGB (Red+Green+Blue) = 195+198+49=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C631 is #3C39CE. Grayscale: #B4B4B4. Windows color (decimal): -3946959 or 3262147. OLE color: 3262147.

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

Color convert

RGB 195 198 49 -
CMYK 0.02 0 0.75 0.22
HSL 61.21º 0.6% 0.48% -
HSV(B) 61.21º 0.75% 0.78% -
XYZ 43.25 52.21 10.7 -
YUV 180.12 54.01 138.62 -
System Red Green Blue C M Y K H S L
Decimal 195 198 49 0.02 0 0.75 0.22 61.21 0.6 0.48
Hex C3 C6 31 2 0 4B 16 3D 3C 30
Octal 303 306 61 2 0 113 26 75 74 60
Binary 11000011 11000110 110001 10 0 1001011 10110 111101 111100 110000

Color Harmonies of #C3C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C631

Black with #C3C631

Text Example


Text Example

White with #C3C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C631; }

 p { color: rgb(195,198,49); }

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

background-color css

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

 a { background-color: rgb(195,198,49); }

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

border-color css

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

 span { border-color: rgb(195,198,49); }

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