Html Css Color HEX #C7CC30 Fuego

📋 copy color: '#C7CC30'

red 199 ◦ green 204 ◦ blue 48

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

Shades of Fuego #C7CC30

Tints of Fuego #C7CC30

RGB

 RED value IS 199 (78.13% from 255) = 44.12%

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

 BLUE value IS 48 (19.14% from 255) = 10.64%

R = 44.12%
G = 45.23%
B = 10.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#C7CC30 (or 0xC7CC30) is known color: Fuego. HEX triplet: C7, CC and 30. RGB value is (199,204,48). Sum of RGB (Red+Green+Blue) = 199+204+48=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC30 is #3833CF. Grayscale: #B9B9B9. Windows color (decimal): -3683280 or 3198151. OLE color: 3198151.

HSL color Cylindrical-coordinate representation of color #C7CC30: hue angle of 61.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7CC30 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 204 48 -
CMYK 0.02 0 0.76 0.2
HSL 61.92º 0.62% 0.49% -
HSV(B) 61.92º 0.76% 0.8% -
XYZ 45.68 55.54 11.11 -
YUV 184.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 199 204 48 0.02 0 0.76 0.2 61.92 0.62 0.49
Hex C7 CC 30 2 0 4C 14 3E 3E 31
Octal 307 314 60 2 0 114 24 76 76 61
Binary 11000111 11001100 110000 10 0 1001100 10100 111110 111110 110001

Color Harmonies of #C7CC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CC30

Black with #C7CC30

Text Example


Text Example

White with #C7CC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CC30; }

 p { color: rgb(199,204,48); }

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

background-color css

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

 a { background-color: rgb(199,204,48); }

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

border-color css

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

 span { border-color: rgb(199,204,48); }

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