#C07023

Color #C07023 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #C07023

Tints of Pirate Gold #C07023

Color information

#C07023 (or 0xC07023) is unknown color: approx Pirate Gold. HEX triplet: C0, 70 and 23. RGB value is (192,112,35). Sum of RGB (Red+Green+Blue) = 192+112+35=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C07023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07023 is #3F8FDC. Grayscale: #7F7F7F. Windows color (decimal): -4165597 or 2322624. OLE color: 2322624.

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

Color convert

RGB19211235-
CMYK00.420.820.25
HSL29.43º69.16%44.51%-
HSV(B)29.43º81.77%75.29%-
XYZ27.8422.924.55-
YUV127.1476174.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 35 (14.06% from 255) = 10.32%
R=56.64%
G=33.04%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921123500.420.820.2529.4369.1644.51
HexC0702302A52191d452d
Octal30016043052122313510555
Binary1100000011100001000110101010101001011001111011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07023; }

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

 H1.HeaderClassName
 {
   color: #C07023;
 }
 .AnyTagClassName
 {
   color: #C07023;
 }
</style>
background-color css

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

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

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

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

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

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