Html Css Color HEX #C08022 Pirate Gold

📋 copy color: '#C08022'

red 192 ◦ green 128 ◦ blue 34

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

Shades of Pirate Gold #C08022

Tints of Pirate Gold #C08022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 54.24%
G = 36.16%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08022 (or 0xC08022) is known color: Pirate Gold. HEX triplet: C0, 80 and 22. RGB value is (192,128,34). Sum of RGB (Red+Green+Blue) = 192+128+34=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C08022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08022 is #3F7FDD. Grayscale: #888888. Windows color (decimal): -4161502 or 2261184. OLE color: 2261184.

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

Color convert

RGB 192 128 34 -
CMYK 0 0.33 0.82 0.25
HSL 35.7º 0.7% 0.44% -
HSV(B) 35.7º 0.82% 0.75% -
XYZ 29.75 26.76 5.11 -
YUV 136.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 192 128 34 0 0.33 0.82 0.25 35.7 0.7 0.44
Hex C0 80 22 0 21 52 19 24 46 2C
Octal 300 200 42 0 41 122 31 44 106 54
Binary 11000000 10000000 100010 0 100001 1010010 11001 100100 1000110 101100

Color Harmonies of #C08022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08022

Black with #C08022

Text Example


Text Example

White with #C08022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08022; }

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

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

background-color css

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

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

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

border-color css

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

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

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