Html Css Color HEX #C7A628 Earls Green

📋 copy color: '#C7A628'

red 199 ◦ green 166 ◦ blue 40

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

Shades of Earls Green #C7A628

Tints of Earls Green #C7A628

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 49.14%
G = 40.99%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C7A628 (or 0xC7A628) is known color: Earls Green. HEX triplet: C7, A6 and 28. RGB value is (199,166,40). Sum of RGB (Red+Green+Blue) = 199+166+40=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A628 is #3859D7. Grayscale: #A2A2A2. Windows color (decimal): -3693016 or 2664135. OLE color: 2664135.

HSL color Cylindrical-coordinate representation of color #C7A628: hue angle of 47.55º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7A628 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 166 40 -
CMYK 0 0.17 0.80 0.22
HSL 47.55º 0.67% 0.47% -
HSV(B) 47.55º 0.8% 0.78% -
XYZ 37.57 39.57 7.66 -
YUV 161.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 199 166 40 0 0.17 0.80 0.22 47.55 0.67 0.47
Hex C7 A6 28 0 11 50 16 30 43 2F
Octal 307 246 50 0 21 120 26 60 103 57
Binary 11000111 10100110 101000 0 10001 1010000 10110 110000 1000011 101111

Color Harmonies of #C7A628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A628

Black with #C7A628

Text Example


Text Example

White with #C7A628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A628; }

 p { color: rgb(199,166,40); }

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

background-color css

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

 a { background-color: rgb(199,166,40); }

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

border-color css

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

 span { border-color: rgb(199,166,40); }

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