Html Css Color HEX #C07E1F Pirate Gold

📋 copy color: '#C07E1F'

red 192 ◦ green 126 ◦ blue 31

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

Shades of Pirate Gold #C07E1F

Tints of Pirate Gold #C07E1F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.1%

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

R = 55.01%
G = 36.1%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C07E1F (or 0xC07E1F) is known color: Pirate Gold. HEX triplet: C0, 7E and 1F. RGB value is (192,126,31). Sum of RGB (Red+Green+Blue) = 192+126+31=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E1F is #3F81E0. Grayscale: #878787. Windows color (decimal): -4162017 or 2064064. OLE color: 2064064.

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

Color convert

RGB 192 126 31 -
CMYK 0 0.34 0.84 0.25
HSL 35.4º 0.72% 0.44% -
HSV(B) 35.4º 0.84% 0.75% -
XYZ 29.45 26.23 4.81 -
YUV 134.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 192 126 31 0 0.34 0.84 0.25 35.4 0.72 0.44
Hex C0 7E 1F 0 22 54 19 23 48 2C
Octal 300 176 37 0 42 124 31 43 110 54
Binary 11000000 1111110 11111 0 100010 1010100 11001 100011 1001000 101100

Color Harmonies of #C07E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E1F

Black with #C07E1F

Text Example


Text Example

White with #C07E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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