Html Css Color HEX #C0782A Pirate Gold

📋 copy color: '#C0782A'

red 192 ◦ green 120 ◦ blue 42

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

Shades of Pirate Gold #C0782A

Tints of Pirate Gold #C0782A

RGB

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

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

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

R = 54.24%
G = 33.9%
B = 11.86%

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

#C0782A (or 0xC0782A) is known color: Pirate Gold. HEX triplet: C0, 78 and 2A. RGB value is (192,120,42). Sum of RGB (Red+Green+Blue) = 192+120+42=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0782A is #3F87D5. Grayscale: #858585. Windows color (decimal): -4163542 or 2783424. OLE color: 2783424.

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

Color convert

RGB 192 120 42 -
CMYK 0 0.38 0.78 0.25
HSL 31.2º 0.64% 0.46% -
HSV(B) 31.2º 0.78% 0.75% -
XYZ 28.87 24.81 5.46 -
YUV 132.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 192 120 42 0 0.38 0.78 0.25 31.2 0.64 0.46
Hex C0 78 2A 0 26 4E 19 1F 40 2E
Octal 300 170 52 0 46 116 31 37 100 56
Binary 11000000 1111000 101010 0 100110 1001110 11001 11111 1000000 101110

Color Harmonies of #C0782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0782A

Black with #C0782A

Text Example


Text Example

White with #C0782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0782A; }

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

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

background-color css

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

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

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

border-color css

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

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

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