Html Css Color HEX #C0782C Pirate Gold

📋 copy color: '#C0782C'

red 192 ◦ green 120 ◦ blue 44

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

Shades of Pirate Gold #C0782C

Tints of Pirate Gold #C0782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

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

R = 53.93%
G = 33.71%
B = 12.36%

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

#C0782C (or 0xC0782C) is known color: Pirate Gold. HEX triplet: C0, 78 and 2C. RGB value is (192,120,44). Sum of RGB (Red+Green+Blue) = 192+120+44=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0782C is #3F87D3. Grayscale: #858585. Windows color (decimal): -4163540 or 2914496. OLE color: 2914496.

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

Color convert

RGB 192 120 44 -
CMYK 0 0.38 0.77 0.25
HSL 30.81º 0.63% 0.46% -
HSV(B) 30.81º 0.77% 0.75% -
XYZ 28.91 24.82 5.65 -
YUV 132.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 192 120 44 0 0.38 0.77 0.25 30.81 0.63 0.46
Hex C0 78 2C 0 26 4D 19 1F 3F 2E
Octal 300 170 54 0 46 115 31 37 77 56
Binary 11000000 1111000 101100 0 100110 1001101 11001 11111 111111 101110

Color Harmonies of #C0782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0782C

Black with #C0782C

Text Example


Text Example

White with #C0782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0782C; }

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

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

background-color css

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

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

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

border-color css

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

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

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