#C7CD2F

Color #C7CD2F Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C7CD2F

Tints of Fuego #C7CD2F

Color information

#C7CD2F (or 0xC7CD2F) is unknown color: approx Fuego. HEX triplet: C7, CD and 2F. RGB value is (199,205,47). Sum of RGB (Red+Green+Blue) = 199+205+47=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CD2F is #3832D0. Grayscale: #B9B9B9. Windows color (decimal): -3683025 or 3132871. OLE color: 3132871.

HSL color Cylindrical-coordinate representation of color #C7CD2F: hue angle of 62.28º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7CD2F is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB19920547-
CMYK0.0300.770.20
HSL62.28º62.7%49.41%-
HSV(B)62.28º77.07%80.39%-
XYZ45.956.0111.08-
YUV185.1950.01137.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.12%
GREEN value IS 205 (80.47% from 255) = 45.45%
BLUE value IS 47 (18.75% from 255) = 10.42%
R=44.12%
G=45.45%
B=10.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199205470.0300.770.2062.2862.749.41
HexC7CD2F304D143e3f31
Octal307315573011524767761
Binary1100011111001101101111110100110110100111110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CD2F; }

 p { color: rgb(199,205,47); }

 H1.HeaderClassName
 {
   color: #C7CD2F;
 }
 .AnyTagClassName
 {
   color: #C7CD2F;
 }
</style>
background-color css

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

 a { background-color: rgb(199,205,47); }

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

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

 span { border-color: rgb(199,205,47); }

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