Html Css Color HEX #C7CA30 Fuego

📋 copy color: '#C7CA30'

red 199 ◦ green 202 ◦ blue 48

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

Shades of Fuego #C7CA30

Tints of Fuego #C7CA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.99%

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

R = 44.32%
G = 44.99%
B = 10.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C7CA30 (or 0xC7CA30) is known color: Fuego. HEX triplet: C7, CA and 30. RGB value is (199,202,48). Sum of RGB (Red+Green+Blue) = 199+202+48=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA30 is #3835CF. Grayscale: #B8B8B8. Windows color (decimal): -3683792 or 3197639. OLE color: 3197639.

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

Color convert

RGB 199 202 48 -
CMYK 0.01 0 0.76 0.21
HSL 61.17º 0.62% 0.49% -
HSV(B) 61.17º 0.76% 0.79% -
XYZ 45.21 54.6 10.95 -
YUV 183.55 51.51 139.02 -
System Red Green Blue C M Y K H S L
Decimal 199 202 48 0.01 0 0.76 0.21 61.17 0.62 0.49
Hex C7 CA 30 1 0 4C 15 3D 3E 31
Octal 307 312 60 1 0 114 25 75 76 61
Binary 11000111 11001010 110000 1 0 1001100 10101 111101 111110 110001

Color Harmonies of #C7CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA30

Black with #C7CA30

Text Example


Text Example

White with #C7CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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