Html Css Color HEX #C07621 Pirate Gold

📋 copy color: '#C07621'

red 192 ◦ green 118 ◦ blue 33

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

Shades of Pirate Gold #C07621

Tints of Pirate Gold #C07621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 55.98%
G = 34.4%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C07621 (or 0xC07621) is known color: Pirate Gold. HEX triplet: C0, 76 and 21. RGB value is (192,118,33). Sum of RGB (Red+Green+Blue) = 192+118+33=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C07621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07621 is #3F89DE. Grayscale: #828282. Windows color (decimal): -4164063 or 2193088. OLE color: 2193088.

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

Color convert

RGB 192 118 33 -
CMYK 0 0.39 0.83 0.25
HSL 32.08º 0.71% 0.44% -
HSV(B) 32.08º 0.83% 0.75% -
XYZ 28.49 24.27 4.62 -
YUV 130.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 192 118 33 0 0.39 0.83 0.25 32.08 0.71 0.44
Hex C0 76 21 0 27 53 19 20 47 2C
Octal 300 166 41 0 47 123 31 40 107 54
Binary 11000000 1110110 100001 0 100111 1010011 11001 100000 1000111 101100

Color Harmonies of #C07621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07621

Black with #C07621

Text Example


Text Example

White with #C07621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07621; }

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

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

background-color css

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

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

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

border-color css

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

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

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