Html Css Color HEX #C2C835 Fuego

📋 copy color: '#C2C835'

red 194 ◦ green 200 ◦ blue 53

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

Shades of Fuego #C2C835

Tints of Fuego #C2C835

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

 BLUE value IS 53 (21.09% from 255) = 11.86%

R = 43.4%
G = 44.74%
B = 11.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C2C835 (or 0xC2C835) is known color: Fuego. HEX triplet: C2, C8 and 35. RGB value is (194,200,53). Sum of RGB (Red+Green+Blue) = 194+200+53=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C835 is #3D37CA. Grayscale: #B6B6B6. Windows color (decimal): -4011979 or 3524802. OLE color: 3524802.

HSL color Cylindrical-coordinate representation of color #C2C835: hue angle of 62.45º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2C835 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 200 53 -
CMYK 0.03 0 0.74 0.22
HSL 62.45º 0.58% 0.5% -
HSV(B) 62.45º 0.74% 0.78% -
XYZ 43.55 53.03 11.31 -
YUV 181.45 55.51 136.95 -
System Red Green Blue C M Y K H S L
Decimal 194 200 53 0.03 0 0.74 0.22 62.45 0.58 0.5
Hex C2 C8 35 3 0 4A 16 3E 3A 32
Octal 302 310 65 3 0 112 26 76 72 62
Binary 11000010 11001000 110101 11 0 1001010 10110 111110 111010 110010

Color Harmonies of #C2C835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C835

Black with #C2C835

Text Example


Text Example

White with #C2C835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C835; }

 p { color: rgb(194,200,53); }

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

background-color css

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

 a { background-color: rgb(194,200,53); }

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

border-color css

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

 span { border-color: rgb(194,200,53); }

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