Html Css Color HEX #C07E25 Pirate Gold

📋 copy color: '#C07E25'

red 192 ◦ green 126 ◦ blue 37

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

Shades of Pirate Gold #C07E25

Tints of Pirate Gold #C07E25

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

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

R = 54.08%
G = 35.49%
B = 10.42%

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

#C07E25 (or 0xC07E25) is known color: Pirate Gold. HEX triplet: C0, 7E and 25. RGB value is (192,126,37). Sum of RGB (Red+Green+Blue) = 192+126+37=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E25 is #3F81DA. Grayscale: #888888. Windows color (decimal): -4162011 or 2457280. OLE color: 2457280.

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

Color convert

RGB 192 126 37 -
CMYK 0 0.34 0.81 0.25
HSL 34.45º 0.68% 0.45% -
HSV(B) 34.45º 0.81% 0.75% -
XYZ 29.53 26.26 5.26 -
YUV 135.59 72.37 168.24 -
System Red Green Blue C M Y K H S L
Decimal 192 126 37 0 0.34 0.81 0.25 34.45 0.68 0.45
Hex C0 7E 25 0 22 51 19 22 44 2D
Octal 300 176 45 0 42 121 31 42 104 55
Binary 11000000 1111110 100101 0 100010 1010001 11001 100010 1000100 101101

Color Harmonies of #C07E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E25

Black with #C07E25

Text Example


Text Example

White with #C07E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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