Html Css Color HEX #C07526 Pirate Gold

📋 copy color: '#C07526'

red 192 ◦ green 117 ◦ blue 38

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

Shades of Pirate Gold #C07526

Tints of Pirate Gold #C07526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 55.33%
G = 33.72%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07526 (or 0xC07526) is known color: Pirate Gold. HEX triplet: C0, 75 and 26. RGB value is (192,117,38). Sum of RGB (Red+Green+Blue) = 192+117+38=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C07526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07526 is #3F8AD9. Grayscale: #828282. Windows color (decimal): -4164314 or 2520512. OLE color: 2520512.

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

Color convert

RGB 192 117 38 -
CMYK 0 0.39 0.80 0.25
HSL 30.78º 0.67% 0.45% -
HSV(B) 30.78º 0.8% 0.75% -
XYZ 28.45 24.07 4.98 -
YUV 130.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 192 117 38 0 0.39 0.80 0.25 30.78 0.67 0.45
Hex C0 75 26 0 27 50 19 1F 43 2D
Octal 300 165 46 0 47 120 31 37 103 55
Binary 11000000 1110101 100110 0 100111 1010000 11001 11111 1000011 101101

Color Harmonies of #C07526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07526

Black with #C07526

Text Example


Text Example

White with #C07526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07526; }

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

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

background-color css

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

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

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

border-color css

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

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

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