Html Css Color HEX #C07D1E Pirate Gold

📋 copy color: '#C07D1E'

red 192 ◦ green 125 ◦ blue 30

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

Shades of Pirate Gold #C07D1E

Tints of Pirate Gold #C07D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 55.33%
G = 36.02%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C07D1E (or 0xC07D1E) is known color: Pirate Gold. HEX triplet: C0, 7D and 1E. RGB value is (192,125,30). Sum of RGB (Red+Green+Blue) = 192+125+30=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D1E is #3F82E1. Grayscale: #868686. Windows color (decimal): -4162274 or 1998272. OLE color: 1998272.

HSL color Cylindrical-coordinate representation of color #C07D1E: hue angle of 35.19º degrees, saturation: 0.73, 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 #C07D1E is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 125 30 -
CMYK 0 0.35 0.84 0.25
HSL 35.19º 0.73% 0.44% -
HSV(B) 35.19º 0.84% 0.75% -
XYZ 29.31 25.97 4.7 -
YUV 134.2 69.2 169.22 -
System Red Green Blue C M Y K H S L
Decimal 192 125 30 0 0.35 0.84 0.25 35.19 0.73 0.44
Hex C0 7D 1E 0 23 54 19 23 49 2C
Octal 300 175 36 0 43 124 31 43 111 54
Binary 11000000 1111101 11110 0 100011 1010100 11001 100011 1001001 101100

Color Harmonies of #C07D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D1E

Black with #C07D1E

Text Example


Text Example

White with #C07D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D1E; }

 p { color: rgb(192,125,30); }

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

background-color css

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

 a { background-color: rgb(192,125,30); }

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

border-color css

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

 span { border-color: rgb(192,125,30); }

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