Html Css Color HEX #C07A26 Pirate Gold

📋 copy color: '#C07A26'

red 192 ◦ green 122 ◦ blue 38

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

Shades of Pirate Gold #C07A26

Tints of Pirate Gold #C07A26

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 38 (15.23% from 255) = 10.8%

R = 54.55%
G = 34.66%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07A26 (or 0xC07A26) is known color: Pirate Gold. HEX triplet: C0, 7A and 26. RGB value is (192,122,38). Sum of RGB (Red+Green+Blue) = 192+122+38=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A26 is #3F85D9. Grayscale: #858585. Windows color (decimal): -4163034 or 2521792. OLE color: 2521792.

HSL color Cylindrical-coordinate representation of color #C07A26: hue angle of 32.73º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C07A26 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 38 -
CMYK 0 0.36 0.80 0.25
HSL 32.73º 0.67% 0.45% -
HSV(B) 32.73º 0.8% 0.75% -
XYZ 29.05 25.27 5.18 -
YUV 133.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 192 122 38 0 0.36 0.80 0.25 32.73 0.67 0.45
Hex C0 7A 26 0 24 50 19 21 43 2D
Octal 300 172 46 0 44 120 31 41 103 55
Binary 11000000 1111010 100110 0 100100 1010000 11001 100001 1000011 101101

Color Harmonies of #C07A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A26

Black with #C07A26

Text Example


Text Example

White with #C07A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A26; }

 p { color: rgb(192,122,38); }

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

background-color css

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

 a { background-color: rgb(192,122,38); }

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

border-color css

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

 span { border-color: rgb(192,122,38); }

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