Html Css Color HEX #C0772A Pirate Gold

📋 copy color: '#C0772A'

red 192 ◦ green 119 ◦ blue 42

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

Shades of Pirate Gold #C0772A

Tints of Pirate Gold #C0772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

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

R = 54.39%
G = 33.71%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0772A (or 0xC0772A) is known color: Pirate Gold. HEX triplet: C0, 77 and 2A. RGB value is (192,119,42). Sum of RGB (Red+Green+Blue) = 192+119+42=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0772A is #3F88D5. Grayscale: #848484. Windows color (decimal): -4163798 or 2783168. OLE color: 2783168.

HSL color Cylindrical-coordinate representation of color #C0772A: hue angle of 30.8º 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 #C0772A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 42 -
CMYK 0 0.38 0.78 0.25
HSL 30.8º 0.64% 0.46% -
HSV(B) 30.8º 0.78% 0.75% -
XYZ 28.75 24.57 5.42 -
YUV 132.05 77.18 170.76 -
System Red Green Blue C M Y K H S L
Decimal 192 119 42 0 0.38 0.78 0.25 30.8 0.64 0.46
Hex C0 77 2A 0 26 4E 19 1F 40 2E
Octal 300 167 52 0 46 116 31 37 100 56
Binary 11000000 1110111 101010 0 100110 1001110 11001 11111 1000000 101110

Color Harmonies of #C0772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0772A

Black with #C0772A

Text Example


Text Example

White with #C0772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0772A; }

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

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

background-color css

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

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

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

border-color css

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

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

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