Html Css Color HEX #C07026 Pirate Gold

📋 copy color: '#C07026'

red 192 ◦ green 112 ◦ blue 38

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

Shades of Pirate Gold #C07026

Tints of Pirate Gold #C07026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 56.14%
G = 32.75%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07026 (or 0xC07026) is known color: Pirate Gold. HEX triplet: C0, 70 and 26. RGB value is (192,112,38). Sum of RGB (Red+Green+Blue) = 192+112+38=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C07026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07026 is #3F8FD9. Grayscale: #7F7F7F. Windows color (decimal): -4165594 or 2519232. OLE color: 2519232.

HSL color Cylindrical-coordinate representation of color #C07026: hue angle of 28.83º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C07026 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 38 -
CMYK 0 0.42 0.80 0.25
HSL 28.83º 0.67% 0.45% -
HSV(B) 28.83º 0.8% 0.75% -
XYZ 27.88 22.93 4.79 -
YUV 127.48 77.5 174.02 -
System Red Green Blue C M Y K H S L
Decimal 192 112 38 0 0.42 0.80 0.25 28.83 0.67 0.45
Hex C0 70 26 0 2A 50 19 1D 43 2D
Octal 300 160 46 0 52 120 31 35 103 55
Binary 11000000 1110000 100110 0 101010 1010000 11001 11101 1000011 101101

Color Harmonies of #C07026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07026

Black with #C07026

Text Example


Text Example

White with #C07026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07026; }

 p { color: rgb(192,112,38); }

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

background-color css

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

 a { background-color: rgb(192,112,38); }

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

border-color css

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

 span { border-color: rgb(192,112,38); }

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