Html Css Color HEX #C07D1F Pirate Gold

📋 copy color: '#C07D1F'

red 192 ◦ green 125 ◦ blue 31

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

Shades of Pirate Gold #C07D1F

Tints of Pirate Gold #C07D1F

RGB

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

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

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

R = 55.17%
G = 35.92%
B = 8.91%

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

#C07D1F (or 0xC07D1F) is known color: Pirate Gold. HEX triplet: C0, 7D and 1F. RGB value is (192,125,31). Sum of RGB (Red+Green+Blue) = 192+125+31=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D1F is #3F82E0. Grayscale: #868686. Windows color (decimal): -4162273 or 2063808. OLE color: 2063808.

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

Color convert

RGB 192 125 31 -
CMYK 0 0.35 0.84 0.25
HSL 35.03º 0.72% 0.44% -
HSV(B) 35.03º 0.84% 0.75% -
XYZ 29.32 25.97 4.76 -
YUV 134.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 192 125 31 0 0.35 0.84 0.25 35.03 0.72 0.44
Hex C0 7D 1F 0 23 54 19 23 48 2C
Octal 300 175 37 0 43 124 31 43 110 54
Binary 11000000 1111101 11111 0 100011 1010100 11001 100011 1001000 101100

Color Harmonies of #C07D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D1F

Black with #C07D1F

Text Example


Text Example

White with #C07D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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