Html Css Color HEX #C07E24 Pirate Gold

📋 copy color: '#C07E24'

red 192 ◦ green 126 ◦ blue 36

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

Shades of Pirate Gold #C07E24

Tints of Pirate Gold #C07E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 54.24%
G = 35.59%
B = 10.17%

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

#C07E24 (or 0xC07E24) is known color: Pirate Gold. HEX triplet: C0, 7E and 24. RGB value is (192,126,36). Sum of RGB (Red+Green+Blue) = 192+126+36=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E24 is #3F81DB. Grayscale: #878787. Windows color (decimal): -4162012 or 2391744. OLE color: 2391744.

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

Color convert

RGB 192 126 36 -
CMYK 0 0.34 0.81 0.25
HSL 34.62º 0.68% 0.45% -
HSV(B) 34.62º 0.81% 0.75% -
XYZ 29.52 26.26 5.18 -
YUV 135.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 192 126 36 0 0.34 0.81 0.25 34.62 0.68 0.45
Hex C0 7E 24 0 22 51 19 23 44 2D
Octal 300 176 44 0 42 121 31 43 104 55
Binary 11000000 1111110 100100 0 100010 1010001 11001 100011 1000100 101101

Color Harmonies of #C07E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E24

Black with #C07E24

Text Example


Text Example

White with #C07E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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