Html Css Color HEX #C07125 Pirate Gold

📋 copy color: '#C07125'

red 192 ◦ green 113 ◦ blue 37

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

Shades of Pirate Gold #C07125

Tints of Pirate Gold #C07125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

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

R = 56.14%
G = 33.04%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C07125 (or 0xC07125) is known color: Pirate Gold. HEX triplet: C0, 71 and 25. RGB value is (192,113,37). Sum of RGB (Red+Green+Blue) = 192+113+37=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C07125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07125 is #3F8EDA. Grayscale: #808080. Windows color (decimal): -4165339 or 2453952. OLE color: 2453952.

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

Color convert

RGB 192 113 37 -
CMYK 0 0.41 0.81 0.25
HSL 29.42º 0.68% 0.45% -
HSV(B) 29.42º 0.81% 0.75% -
XYZ 27.98 23.15 4.74 -
YUV 127.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 192 113 37 0 0.41 0.81 0.25 29.42 0.68 0.45
Hex C0 71 25 0 29 51 19 1D 44 2D
Octal 300 161 45 0 51 121 31 35 104 55
Binary 11000000 1110001 100101 0 101001 1010001 11001 11101 1000100 101101

Color Harmonies of #C07125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07125

Black with #C07125

Text Example


Text Example

White with #C07125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07125; }

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

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

background-color css

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

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

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

border-color css

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

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

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