Html Css Color HEX #C0782D Pirate Gold

📋 copy color: '#C0782D'

red 192 ◦ green 120 ◦ blue 45

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

Shades of Pirate Gold #C0782D

Tints of Pirate Gold #C0782D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 53.78%
G = 33.61%
B = 12.61%

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

#C0782D (or 0xC0782D) is known color: Pirate Gold. HEX triplet: C0, 78 and 2D. RGB value is (192,120,45). Sum of RGB (Red+Green+Blue) = 192+120+45=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0782D is #3F87D2. Grayscale: #858585. Windows color (decimal): -4163539 or 2980032. OLE color: 2980032.

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

Color convert

RGB 192 120 45 -
CMYK 0 0.38 0.77 0.25
HSL 30.61º 0.62% 0.46% -
HSV(B) 30.61º 0.77% 0.75% -
XYZ 28.93 24.83 5.75 -
YUV 132.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 192 120 45 0 0.38 0.77 0.25 30.61 0.62 0.46
Hex C0 78 2D 0 26 4D 19 1F 3E 2E
Octal 300 170 55 0 46 115 31 37 76 56
Binary 11000000 1111000 101101 0 100110 1001101 11001 11111 111110 101110

Color Harmonies of #C0782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0782D

Black with #C0782D

Text Example


Text Example

White with #C0782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0782D; }

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

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

background-color css

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

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

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

border-color css

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

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

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