Html Css Color HEX #C07E26 Pirate Gold

📋 copy color: '#C07E26'

red 192 ◦ green 126 ◦ blue 38

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

Shades of Pirate Gold #C07E26

Tints of Pirate Gold #C07E26

RGB

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

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

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

R = 53.93%
G = 35.39%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07E26 (or 0xC07E26) is known color: Pirate Gold. HEX triplet: C0, 7E and 26. RGB value is (192,126,38). Sum of RGB (Red+Green+Blue) = 192+126+38=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E26 is #3F81D9. Grayscale: #888888. Windows color (decimal): -4162010 or 2522816. OLE color: 2522816.

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

Color convert

RGB 192 126 38 -
CMYK 0 0.34 0.80 0.25
HSL 34.29º 0.67% 0.45% -
HSV(B) 34.29º 0.8% 0.75% -
XYZ 29.55 26.27 5.35 -
YUV 135.7 72.87 168.16 -
System Red Green Blue C M Y K H S L
Decimal 192 126 38 0 0.34 0.80 0.25 34.29 0.67 0.45
Hex C0 7E 26 0 22 50 19 22 43 2D
Octal 300 176 46 0 42 120 31 42 103 55
Binary 11000000 1111110 100110 0 100010 1010000 11001 100010 1000011 101101

Color Harmonies of #C07E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E26

Black with #C07E26

Text Example


Text Example

White with #C07E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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