Html Css Color HEX #C07C2E Pirate Gold

📋 copy color: '#C07C2E'

red 192 ◦ green 124 ◦ blue 46

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

Shades of Pirate Gold #C07C2E

Tints of Pirate Gold #C07C2E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 53.04%
G = 34.25%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C07C2E (or 0xC07C2E) is known color: Pirate Gold. HEX triplet: C0, 7C and 2E. RGB value is (192,124,46). Sum of RGB (Red+Green+Blue) = 192+124+46=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C2E is #3F83D1. Grayscale: #878787. Windows color (decimal): -4162514 or 3046592. OLE color: 3046592.

HSL color Cylindrical-coordinate representation of color #C07C2E: hue angle of 32.05º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C07C2E is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 46 -
CMYK 0 0.35 0.76 0.25
HSL 32.05º 0.61% 0.47% -
HSV(B) 32.05º 0.76% 0.75% -
XYZ 29.44 25.82 6.02 -
YUV 135.44 77.53 168.34 -
System Red Green Blue C M Y K H S L
Decimal 192 124 46 0 0.35 0.76 0.25 32.05 0.61 0.47
Hex C0 7C 2E 0 23 4C 19 20 3D 2F
Octal 300 174 56 0 43 114 31 40 75 57
Binary 11000000 1111100 101110 0 100011 1001100 11001 100000 111101 101111

Color Harmonies of #C07C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C2E

Black with #C07C2E

Text Example


Text Example

White with #C07C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C2E; }

 p { color: rgb(192,124,46); }

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

background-color css

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

 a { background-color: rgb(192,124,46); }

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

border-color css

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

 span { border-color: rgb(192,124,46); }

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