Html Css Color HEX #C08021 Pirate Gold

📋 copy color: '#C08021'

red 192 ◦ green 128 ◦ blue 33

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

Shades of Pirate Gold #C08021

Tints of Pirate Gold #C08021

RGB

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

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

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

R = 54.39%
G = 36.26%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C08021 (or 0xC08021) is known color: Pirate Gold. HEX triplet: C0, 80 and 21. RGB value is (192,128,33). Sum of RGB (Red+Green+Blue) = 192+128+33=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C08021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08021 is #3F7FDE. Grayscale: #888888. Windows color (decimal): -4161503 or 2195648. OLE color: 2195648.

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

Color convert

RGB 192 128 33 -
CMYK 0 0.33 0.83 0.25
HSL 35.85º 0.71% 0.44% -
HSV(B) 35.85º 0.83% 0.75% -
XYZ 29.73 26.75 5.04 -
YUV 136.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 192 128 33 0 0.33 0.83 0.25 35.85 0.71 0.44
Hex C0 80 21 0 21 53 19 24 47 2C
Octal 300 200 41 0 41 123 31 44 107 54
Binary 11000000 10000000 100001 0 100001 1010011 11001 100100 1000111 101100

Color Harmonies of #C08021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08021

Black with #C08021

Text Example


Text Example

White with #C08021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08021; }

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

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

background-color css

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

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

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

border-color css

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

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

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