Html Css Color HEX #C06E25 Pirate Gold

📋 copy color: '#C06E25'

red 192 ◦ green 110 ◦ blue 37

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

Shades of Pirate Gold #C06E25

Tints of Pirate Gold #C06E25

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

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

R = 56.64%
G = 32.45%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C06E25 (or 0xC06E25) is known color: Pirate Gold. HEX triplet: C0, 6E and 25. RGB value is (192,110,37). Sum of RGB (Red+Green+Blue) = 192+110+37=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E25 is #3F91DA. Grayscale: #7E7E7E. Windows color (decimal): -4166107 or 2453184. OLE color: 2453184.

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

Color convert

RGB 192 110 37 -
CMYK 0 0.43 0.81 0.25
HSL 28.26º 0.68% 0.45% -
HSV(B) 28.26º 0.81% 0.75% -
XYZ 27.65 22.49 4.63 -
YUV 126.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 192 110 37 0 0.43 0.81 0.25 28.26 0.68 0.45
Hex C0 6E 25 0 2B 51 19 1C 44 2D
Octal 300 156 45 0 53 121 31 34 104 55
Binary 11000000 1101110 100101 0 101011 1010001 11001 11100 1000100 101101

Color Harmonies of #C06E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E25

Black with #C06E25

Text Example


Text Example

White with #C06E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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