Html Css Color HEX #C07022 Pirate Gold

📋 copy color: '#C07022'

red 192 ◦ green 112 ◦ blue 34

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

Shades of Pirate Gold #C07022

Tints of Pirate Gold #C07022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 34 (13.67% from 255) = 10.06%

R = 56.8%
G = 33.14%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C07022 (or 0xC07022) is known color: Pirate Gold. HEX triplet: C0, 70 and 22. RGB value is (192,112,34). Sum of RGB (Red+Green+Blue) = 192+112+34=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C07022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07022 is #3F8FDD. Grayscale: #7F7F7F. Windows color (decimal): -4165598 or 2257088. OLE color: 2257088.

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

Color convert

RGB 192 112 34 -
CMYK 0 0.42 0.82 0.25
HSL 29.62º 0.7% 0.44% -
HSV(B) 29.62º 0.82% 0.75% -
XYZ 27.82 22.91 4.47 -
YUV 127.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 192 112 34 0 0.42 0.82 0.25 29.62 0.7 0.44
Hex C0 70 22 0 2A 52 19 1E 46 2C
Octal 300 160 42 0 52 122 31 36 106 54
Binary 11000000 1110000 100010 0 101010 1010010 11001 11110 1000110 101100

Color Harmonies of #C07022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07022

Black with #C07022

Text Example


Text Example

White with #C07022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07022; }

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

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

background-color css

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

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

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

border-color css

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

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

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