Html Css Color HEX #C0761F Pirate Gold

📋 copy color: '#C0761F'

red 192 ◦ green 118 ◦ blue 31

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

Shades of Pirate Gold #C0761F

Tints of Pirate Gold #C0761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

 BLUE value IS 31 (12.5% from 255) = 9.09%

R = 56.3%
G = 34.6%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0761F (or 0xC0761F) is known color: Pirate Gold. HEX triplet: C0, 76 and 1F. RGB value is (192,118,31). Sum of RGB (Red+Green+Blue) = 192+118+31=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0761F is #3F89E0. Grayscale: #828282. Windows color (decimal): -4164065 or 2062016. OLE color: 2062016.

HSL color Cylindrical-coordinate representation of color #C0761F: hue angle of 32.42º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0761F is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 31 -
CMYK 0 0.39 0.84 0.25
HSL 32.42º 0.72% 0.44% -
HSV(B) 32.42º 0.84% 0.75% -
XYZ 28.46 24.26 4.48 -
YUV 130.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 192 118 31 0 0.39 0.84 0.25 32.42 0.72 0.44
Hex C0 76 1F 0 27 54 19 20 48 2C
Octal 300 166 37 0 47 124 31 40 110 54
Binary 11000000 1110110 11111 0 100111 1010100 11001 100000 1001000 101100

Color Harmonies of #C0761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0761F

Black with #C0761F

Text Example


Text Example

White with #C0761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0761F; }

 p { color: rgb(192,118,31); }

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

background-color css

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

 a { background-color: rgb(192,118,31); }

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

border-color css

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

 span { border-color: rgb(192,118,31); }

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