Html Css Color HEX #C07C1E Pirate Gold

📋 copy color: '#C07C1E'

red 192 ◦ green 124 ◦ blue 30

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

Shades of Pirate Gold #C07C1E

Tints of Pirate Gold #C07C1E

RGB

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

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

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

R = 55.49%
G = 35.84%
B = 8.67%

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

#C07C1E (or 0xC07C1E) is known color: Pirate Gold. HEX triplet: C0, 7C and 1E. RGB value is (192,124,30). Sum of RGB (Red+Green+Blue) = 192+124+30=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C1E is #3F83E1. Grayscale: #868686. Windows color (decimal): -4162530 or 1998016. OLE color: 1998016.

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

Color convert

RGB 192 124 30 -
CMYK 0 0.35 0.84 0.25
HSL 34.81º 0.73% 0.44% -
HSV(B) 34.81º 0.84% 0.75% -
XYZ 29.18 25.72 4.65 -
YUV 133.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 192 124 30 0 0.35 0.84 0.25 34.81 0.73 0.44
Hex C0 7C 1E 0 23 54 19 23 49 2C
Octal 300 174 36 0 43 124 31 43 111 54
Binary 11000000 1111100 11110 0 100011 1010100 11001 100011 1001001 101100

Color Harmonies of #C07C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C1E

Black with #C07C1E

Text Example


Text Example

White with #C07C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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