Html Css Color HEX #C07327 Pirate Gold

📋 copy color: '#C07327'

red 192 ◦ green 115 ◦ blue 39

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

Shades of Pirate Gold #C07327

Tints of Pirate Gold #C07327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 55.49%
G = 33.24%
B = 11.27%

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

#C07327 (or 0xC07327) is known color: Pirate Gold. HEX triplet: C0, 73 and 27. RGB value is (192,115,39). Sum of RGB (Red+Green+Blue) = 192+115+39=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07327 is #3F8CD8. Grayscale: #818181. Windows color (decimal): -4164825 or 2585536. OLE color: 2585536.

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

Color convert

RGB 192 115 39 -
CMYK 0 0.40 0.80 0.25
HSL 29.8º 0.66% 0.45% -
HSV(B) 29.8º 0.8% 0.75% -
XYZ 28.24 23.61 4.99 -
YUV 129.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 192 115 39 0 0.40 0.80 0.25 29.8 0.66 0.45
Hex C0 73 27 0 28 50 19 1E 42 2D
Octal 300 163 47 0 50 120 31 36 102 55
Binary 11000000 1110011 100111 0 101000 1010000 11001 11110 1000010 101101

Color Harmonies of #C07327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07327

Black with #C07327

Text Example


Text Example

White with #C07327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07327; }

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

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

background-color css

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

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

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

border-color css

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

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

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