Html Css Color HEX #C07226 Pirate Gold

📋 copy color: '#C07226'

red 192 ◦ green 114 ◦ blue 38

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

Shades of Pirate Gold #C07226

Tints of Pirate Gold #C07226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

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

R = 55.81%
G = 33.14%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07226 (or 0xC07226) is known color: Pirate Gold. HEX triplet: C0, 72 and 26. RGB value is (192,114,38). Sum of RGB (Red+Green+Blue) = 192+114+38=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C07226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07226 is #3F8DD9. Grayscale: #818181. Windows color (decimal): -4165082 or 2519744. OLE color: 2519744.

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

Color convert

RGB 192 114 38 -
CMYK 0 0.41 0.80 0.25
HSL 29.61º 0.67% 0.45% -
HSV(B) 29.61º 0.8% 0.75% -
XYZ 28.11 23.38 4.87 -
YUV 128.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 192 114 38 0 0.41 0.80 0.25 29.61 0.67 0.45
Hex C0 72 26 0 29 50 19 1E 43 2D
Octal 300 162 46 0 51 120 31 36 103 55
Binary 11000000 1110010 100110 0 101001 1010000 11001 11110 1000011 101101

Color Harmonies of #C07226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07226

Black with #C07226

Text Example


Text Example

White with #C07226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07226; }

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

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

background-color css

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

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

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

border-color css

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

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

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