Html Css Color HEX #C07F25 Pirate Gold

📋 copy color: '#C07F25'

red 192 ◦ green 127 ◦ blue 37

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

Shades of Pirate Gold #C07F25

Tints of Pirate Gold #C07F25

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

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

R = 53.93%
G = 35.67%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C07F25 (or 0xC07F25) is known color: Pirate Gold. HEX triplet: C0, 7F and 25. RGB value is (192,127,37). Sum of RGB (Red+Green+Blue) = 192+127+37=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F25 is #3F80DA. Grayscale: #888888. Windows color (decimal): -4161755 or 2457536. OLE color: 2457536.

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

Color convert

RGB 192 127 37 -
CMYK 0 0.34 0.81 0.25
HSL 34.84º 0.68% 0.45% -
HSV(B) 34.84º 0.81% 0.75% -
XYZ 29.66 26.52 5.31 -
YUV 136.18 72.03 167.82 -
System Red Green Blue C M Y K H S L
Decimal 192 127 37 0 0.34 0.81 0.25 34.84 0.68 0.45
Hex C0 7F 25 0 22 51 19 23 44 2D
Octal 300 177 45 0 42 121 31 43 104 55
Binary 11000000 1111111 100101 0 100010 1010001 11001 100011 1000100 101101

Color Harmonies of #C07F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F25

Black with #C07F25

Text Example


Text Example

White with #C07F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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