Html Css Color HEX #C0772C Pirate Gold

📋 copy color: '#C0772C'

red 192 ◦ green 119 ◦ blue 44

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

Shades of Pirate Gold #C0772C

Tints of Pirate Gold #C0772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 54.08%
G = 33.52%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0772C (or 0xC0772C) is known color: Pirate Gold. HEX triplet: C0, 77 and 2C. RGB value is (192,119,44). Sum of RGB (Red+Green+Blue) = 192+119+44=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0772C is #3F88D3. Grayscale: #848484. Windows color (decimal): -4163796 or 2914240. OLE color: 2914240.

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

Color convert

RGB 192 119 44 -
CMYK 0 0.38 0.77 0.25
HSL 30.41º 0.63% 0.46% -
HSV(B) 30.41º 0.77% 0.75% -
XYZ 28.79 24.58 5.61 -
YUV 132.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 192 119 44 0 0.38 0.77 0.25 30.41 0.63 0.46
Hex C0 77 2C 0 26 4D 19 1E 3F 2E
Octal 300 167 54 0 46 115 31 36 77 56
Binary 11000000 1110111 101100 0 100110 1001101 11001 11110 111111 101110

Color Harmonies of #C0772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0772C

Black with #C0772C

Text Example


Text Example

White with #C0772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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