Html Css Color HEX #C0A32A Earls Green

📋 copy color: '#C0A32A'

red 192 ◦ green 163 ◦ blue 42

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

Shades of Earls Green #C0A32A

Tints of Earls Green #C0A32A

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

 GREEN value IS 163 (64.06% from 255) = 41.06%

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 48.36%
G = 41.06%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0A32A (or 0xC0A32A) is known color: Earls Green. HEX triplet: C0, A3 and 2A. RGB value is (192,163,42). Sum of RGB (Red+Green+Blue) = 192+163+42=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A32A is #3F5CD5. Grayscale: #9E9E9E. Windows color (decimal): -4152534 or 2794432. OLE color: 2794432.

HSL color Cylindrical-coordinate representation of color #C0A32A: hue angle of 48.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0A32A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 42 -
CMYK 0 0.15 0.78 0.25
HSL 48.4º 0.64% 0.46% -
HSV(B) 48.4º 0.78% 0.75% -
XYZ 35.25 37.57 7.58 -
YUV 157.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 192 163 42 0 0.15 0.78 0.25 48.4 0.64 0.46
Hex C0 A3 2A 0 F 4E 19 30 40 2E
Octal 300 243 52 0 17 116 31 60 100 56
Binary 11000000 10100011 101010 0 1111 1001110 11001 110000 1000000 101110

Color Harmonies of #C0A32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A32A

Black with #C0A32A

Text Example


Text Example

White with #C0A32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A32A; }

 p { color: rgb(192,163,42); }

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

background-color css

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

 a { background-color: rgb(192,163,42); }

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

border-color css

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

 span { border-color: rgb(192,163,42); }

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