Html Css Color HEX #C07625 Pirate Gold

📋 copy color: '#C07625'

red 192 ◦ green 118 ◦ blue 37

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

Shades of Pirate Gold #C07625

Tints of Pirate Gold #C07625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 37 (14.84% from 255) = 10.66%

R = 55.33%
G = 34.01%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C07625 (or 0xC07625) is known color: Pirate Gold. HEX triplet: C0, 76 and 25. RGB value is (192,118,37). Sum of RGB (Red+Green+Blue) = 192+118+37=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C07625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07625 is #3F89DA. Grayscale: #838383. Windows color (decimal): -4164059 or 2455232. OLE color: 2455232.

HSL color Cylindrical-coordinate representation of color #C07625: hue angle of 31.35º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C07625 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 37 -
CMYK 0 0.39 0.81 0.25
HSL 31.35º 0.68% 0.45% -
HSV(B) 31.35º 0.81% 0.75% -
XYZ 28.55 24.3 4.94 -
YUV 130.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 192 118 37 0 0.39 0.81 0.25 31.35 0.68 0.45
Hex C0 76 25 0 27 51 19 1F 44 2D
Octal 300 166 45 0 47 121 31 37 104 55
Binary 11000000 1110110 100101 0 100111 1010001 11001 11111 1000100 101101

Color Harmonies of #C07625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07625

Black with #C07625

Text Example


Text Example

White with #C07625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07625; }

 p { color: rgb(192,118,37); }

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

background-color css

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

 a { background-color: rgb(192,118,37); }

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

border-color css

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

 span { border-color: rgb(192,118,37); }

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