Html Css Color HEX #C2CC31 Fuego

📋 copy color: '#C2CC31'

red 194 ◦ green 204 ◦ blue 49

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

Shades of Fuego #C2CC31

Tints of Fuego #C2CC31

RGB

 RED value IS 194 (76.17% from 255) = 43.4%

 GREEN value IS 204 (80.08% from 255) = 45.64%

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

R = 43.4%
G = 45.64%
B = 10.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#C2CC31 (or 0xC2CC31) is known color: Fuego. HEX triplet: C2, CC and 31. RGB value is (194,204,49). Sum of RGB (Red+Green+Blue) = 194+204+49=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC31 is #3D33CE. Grayscale: #B7B7B7. Windows color (decimal): -4010959 or 3263682. OLE color: 3263682.

HSL color Cylindrical-coordinate representation of color #C2CC31: hue angle of 63.87º 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 #C2CC31 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 49 -
CMYK 0.05 0 0.76 0.2
HSL 63.87º 0.61% 0.5% -
HSV(B) 63.87º 0.76% 0.8% -
XYZ 44.4 54.88 11.16 -
YUV 183.34 52.19 135.6 -
System Red Green Blue C M Y K H S L
Decimal 194 204 49 0.05 0 0.76 0.2 63.87 0.61 0.5
Hex C2 CC 31 5 0 4C 14 40 3D 32
Octal 302 314 61 5 0 114 24 100 75 62
Binary 11000010 11001100 110001 101 0 1001100 10100 1000000 111101 110010

Color Harmonies of #C2CC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC31

Black with #C2CC31

Text Example


Text Example

White with #C2CC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC31; }

 p { color: rgb(194,204,49); }

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

background-color css

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

 a { background-color: rgb(194,204,49); }

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

border-color css

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

 span { border-color: rgb(194,204,49); }

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