Html Css Color HEX #C07622 Pirate Gold

📋 copy color: '#C07622'

red 192 ◦ green 118 ◦ blue 34

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

Shades of Pirate Gold #C07622

Tints of Pirate Gold #C07622

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 55.81%
G = 34.3%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C07622 (or 0xC07622) is known color: Pirate Gold. HEX triplet: C0, 76 and 22. RGB value is (192,118,34). Sum of RGB (Red+Green+Blue) = 192+118+34=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C07622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07622 is #3F89DD. Grayscale: #828282. Windows color (decimal): -4164062 or 2258624. OLE color: 2258624.

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

Color convert

RGB 192 118 34 -
CMYK 0 0.39 0.82 0.25
HSL 31.9º 0.7% 0.44% -
HSV(B) 31.9º 0.82% 0.75% -
XYZ 28.51 24.28 4.7 -
YUV 130.55 73.52 171.83 -
System Red Green Blue C M Y K H S L
Decimal 192 118 34 0 0.39 0.82 0.25 31.9 0.7 0.44
Hex C0 76 22 0 27 52 19 20 46 2C
Octal 300 166 42 0 47 122 31 40 106 54
Binary 11000000 1110110 100010 0 100111 1010010 11001 100000 1000110 101100

Color Harmonies of #C07622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07622

Black with #C07622

Text Example


Text Example

White with #C07622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07622; }

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

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

background-color css

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

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

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

border-color css

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

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

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