Html Css Color HEX #C07928 Pirate Gold

📋 copy color: '#C07928'

red 192 ◦ green 121 ◦ blue 40

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

Shades of Pirate Gold #C07928

Tints of Pirate Gold #C07928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 54.39%
G = 34.28%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C07928 (or 0xC07928) is known color: Pirate Gold. HEX triplet: C0, 79 and 28. RGB value is (192,121,40). Sum of RGB (Red+Green+Blue) = 192+121+40=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C07928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07928 is #3F86D7. Grayscale: #858585. Windows color (decimal): -4163288 or 2652608. OLE color: 2652608.

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

Color convert

RGB 192 121 40 -
CMYK 0 0.37 0.79 0.25
HSL 31.97º 0.66% 0.45% -
HSV(B) 31.97º 0.79% 0.75% -
XYZ 28.96 25.03 5.31 -
YUV 133 75.52 170.09 -
System Red Green Blue C M Y K H S L
Decimal 192 121 40 0 0.37 0.79 0.25 31.97 0.66 0.45
Hex C0 79 28 0 25 4F 19 20 42 2D
Octal 300 171 50 0 45 117 31 40 102 55
Binary 11000000 1111001 101000 0 100101 1001111 11001 100000 1000010 101101

Color Harmonies of #C07928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07928

Black with #C07928

Text Example


Text Example

White with #C07928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07928; }

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

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

background-color css

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

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

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

border-color css

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

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

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