Html Css Color HEX #C7CA2E Fuego

📋 copy color: '#C7CA2E'

red 199 ◦ green 202 ◦ blue 46

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

Shades of Fuego #C7CA2E

Tints of Fuego #C7CA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.29%

R = 44.52%
G = 45.19%
B = 10.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C7CA2E (or 0xC7CA2E) is known color: Fuego. HEX triplet: C7, CA and 2E. RGB value is (199,202,46). Sum of RGB (Red+Green+Blue) = 199+202+46=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA2E is #3835D1. Grayscale: #B7B7B7. Windows color (decimal): -3683794 or 3066567. OLE color: 3066567.

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

Color convert

RGB 199 202 46 -
CMYK 0.01 0 0.77 0.21
HSL 61.15º 0.63% 0.49% -
HSV(B) 61.15º 0.77% 0.79% -
XYZ 45.17 54.58 10.74 -
YUV 183.32 50.51 139.18 -
System Red Green Blue C M Y K H S L
Decimal 199 202 46 0.01 0 0.77 0.21 61.15 0.63 0.49
Hex C7 CA 2E 1 0 4D 15 3D 3F 31
Octal 307 312 56 1 0 115 25 75 77 61
Binary 11000111 11001010 101110 1 0 1001101 10101 111101 111111 110001

Color Harmonies of #C7CA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA2E

Black with #C7CA2E

Text Example


Text Example

White with #C7CA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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