Html Css Color HEX #C0C135 Fuego

📋 copy color: '#C0C135'

red 192 ◦ green 193 ◦ blue 53

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

Shades of Fuego #C0C135

Tints of Fuego #C0C135

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.06%

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

R = 43.84%
G = 44.06%
B = 12.1%

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

#C0C135 (or 0xC0C135) is known color: Fuego. HEX triplet: C0, C1 and 35. RGB value is (192,193,53). Sum of RGB (Red+Green+Blue) = 192+193+53=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C135 is #3F3ECA. Grayscale: #B1B1B1. Windows color (decimal): -4144843 or 3523008. OLE color: 3523008.

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

Color convert

RGB 192 193 53 -
CMYK 0.01 0 0.73 0.24
HSL 60.43º 0.57% 0.48% -
HSV(B) 60.43º 0.73% 0.76% -
XYZ 41.45 49.6 10.76 -
YUV 176.74 58.17 138.88 -
System Red Green Blue C M Y K H S L
Decimal 192 193 53 0.01 0 0.73 0.24 60.43 0.57 0.48
Hex C0 C1 35 1 0 49 18 3C 39 30
Octal 300 301 65 1 0 111 30 74 71 60
Binary 11000000 11000001 110101 1 0 1001001 11000 111100 111001 110000

Color Harmonies of #C0C135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C135

Black with #C0C135

Text Example


Text Example

White with #C0C135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C135; }

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

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

background-color css

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

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

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

border-color css

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

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

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