Html Css Color HEX #C07921 Pirate Gold

📋 copy color: '#C07921'

red 192 ◦ green 121 ◦ blue 33

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

Shades of Pirate Gold #C07921

Tints of Pirate Gold #C07921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

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

R = 55.49%
G = 34.97%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C07921 (or 0xC07921) is known color: Pirate Gold. HEX triplet: C0, 79 and 21. RGB value is (192,121,33). Sum of RGB (Red+Green+Blue) = 192+121+33=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07921 is #3F86DE. Grayscale: #848484. Windows color (decimal): -4163295 or 2193856. OLE color: 2193856.

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

Color convert

RGB 192 121 33 -
CMYK 0 0.37 0.83 0.25
HSL 33.21º 0.71% 0.44% -
HSV(B) 33.21º 0.83% 0.75% -
XYZ 28.85 24.99 4.74 -
YUV 132.2 72.02 170.66 -
System Red Green Blue C M Y K H S L
Decimal 192 121 33 0 0.37 0.83 0.25 33.21 0.71 0.44
Hex C0 79 21 0 25 53 19 21 47 2C
Octal 300 171 41 0 45 123 31 41 107 54
Binary 11000000 1111001 100001 0 100101 1010011 11001 100001 1000111 101100

Color Harmonies of #C07921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07921

Black with #C07921

Text Example


Text Example

White with #C07921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07921; }

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

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

background-color css

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

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

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

border-color css

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

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

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