Html Css Color HEX #C0C935 Fuego

📋 copy color: '#C0C935'

red 192 ◦ green 201 ◦ blue 53

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

Shades of Fuego #C0C935

Tints of Fuego #C0C935

RGB

 RED value IS 192 (75.39% from 255) = 43.05%

 GREEN value IS 201 (78.91% from 255) = 45.07%

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

R = 43.05%
G = 45.07%
B = 11.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C0C935 (or 0xC0C935) is known color: Fuego. HEX triplet: C0, C9 and 35. RGB value is (192,201,53). Sum of RGB (Red+Green+Blue) = 192+201+53=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C935 is #3F36CA. Grayscale: #B6B6B6. Windows color (decimal): -4142795 or 3525056. OLE color: 3525056.

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

Color convert

RGB 192 201 53 -
CMYK 0.04 0 0.74 0.21
HSL 63.65º 0.58% 0.5% -
HSV(B) 63.65º 0.74% 0.79% -
XYZ 43.27 53.24 11.36 -
YUV 181.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 192 201 53 0.04 0 0.74 0.21 63.65 0.58 0.5
Hex C0 C9 35 4 0 4A 15 40 3A 32
Octal 300 311 65 4 0 112 25 100 72 62
Binary 11000000 11001001 110101 100 0 1001010 10101 1000000 111010 110010

Color Harmonies of #C0C935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C935

Black with #C0C935

Text Example


Text Example

White with #C0C935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C935; }

 p { color: rgb(192,201,53); }

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

background-color css

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

 a { background-color: rgb(192,201,53); }

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

border-color css

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

 span { border-color: rgb(192,201,53); }

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