Html Css Color HEX #C2C335 Fuego

📋 copy color: '#C2C335'

red 194 ◦ green 195 ◦ blue 53

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

Shades of Fuego #C2C335

Tints of Fuego #C2C335

RGB

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

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

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

R = 43.89%
G = 44.12%
B = 11.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2C335 (or 0xC2C335) is known color: Fuego. HEX triplet: C2, C3 and 35. RGB value is (194,195,53). Sum of RGB (Red+Green+Blue) = 194+195+53=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C335 is #3D3CCA. Grayscale: #B3B3B3. Windows color (decimal): -4013259 or 3523522. OLE color: 3523522.

HSL color Cylindrical-coordinate representation of color #C2C335: hue angle of 60.42º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2C335 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 195 53 -
CMYK 0.01 0 0.73 0.24
HSL 60.42º 0.57% 0.49% -
HSV(B) 60.42º 0.73% 0.76% -
XYZ 42.41 50.76 10.93 -
YUV 178.51 57.17 139.05 -
System Red Green Blue C M Y K H S L
Decimal 194 195 53 0.01 0 0.73 0.24 60.42 0.57 0.49
Hex C2 C3 35 1 0 49 18 3C 39 31
Octal 302 303 65 1 0 111 30 74 71 61
Binary 11000010 11000011 110101 1 0 1001001 11000 111100 111001 110001

Color Harmonies of #C2C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C335

Black with #C2C335

Text Example


Text Example

White with #C2C335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C335; }

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

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

background-color css

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

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

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

border-color css

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

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

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