Html Css Color HEX #C07326 Pirate Gold

📋 copy color: '#C07326'

red 192 ◦ green 115 ◦ blue 38

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

Shades of Pirate Gold #C07326

Tints of Pirate Gold #C07326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

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

R = 55.65%
G = 33.33%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07326 (or 0xC07326) is known color: Pirate Gold. HEX triplet: C0, 73 and 26. RGB value is (192,115,38). Sum of RGB (Red+Green+Blue) = 192+115+38=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07326 is #3F8CD9. Grayscale: #818181. Windows color (decimal): -4164826 or 2520000. OLE color: 2520000.

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

Color convert

RGB 192 115 38 -
CMYK 0 0.40 0.80 0.25
HSL 30º 0.67% 0.45% -
HSV(B) 30º 0.8% 0.75% -
XYZ 28.22 23.61 4.9 -
YUV 129.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 192 115 38 0 0.40 0.80 0.25 30 0.67 0.45
Hex C0 73 26 0 28 50 19 1E 43 2D
Octal 300 163 46 0 50 120 31 36 103 55
Binary 11000000 1110011 100110 0 101000 1010000 11001 11110 1000011 101101

Color Harmonies of #C07326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07326

Black with #C07326

Text Example


Text Example

White with #C07326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07326; }

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

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

background-color css

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

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

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

border-color css

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

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

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