Html Css Color HEX #C0801E Pirate Gold

📋 copy color: '#C0801E'

red 192 ◦ green 128 ◦ blue 30

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

Shades of Pirate Gold #C0801E

Tints of Pirate Gold #C0801E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 54.86%
G = 36.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0801E (or 0xC0801E) is known color: Pirate Gold. HEX triplet: C0, 80 and 1E. RGB value is (192,128,30). Sum of RGB (Red+Green+Blue) = 192+128+30=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0801E is #3F7FE1. Grayscale: #888888. Windows color (decimal): -4161506 or 1999040. OLE color: 1999040.

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

Color convert

RGB 192 128 30 -
CMYK 0 0.33 0.84 0.25
HSL 36.3º 0.73% 0.44% -
HSV(B) 36.3º 0.84% 0.75% -
XYZ 29.69 26.74 4.82 -
YUV 135.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 192 128 30 0 0.33 0.84 0.25 36.3 0.73 0.44
Hex C0 80 1E 0 21 54 19 24 49 2C
Octal 300 200 36 0 41 124 31 44 111 54
Binary 11000000 10000000 11110 0 100001 1010100 11001 100100 1001001 101100

Color Harmonies of #C0801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0801E

Black with #C0801E

Text Example


Text Example

White with #C0801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0801E; }

 p { color: rgb(192,128,30); }

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

background-color css

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

 a { background-color: rgb(192,128,30); }

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

border-color css

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

 span { border-color: rgb(192,128,30); }

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