Html Css Color HEX #C06E23 Pirate Gold

📋 copy color: '#C06E23'

red 192 ◦ green 110 ◦ blue 35

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

Shades of Pirate Gold #C06E23

Tints of Pirate Gold #C06E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.39%

R = 56.97%
G = 32.64%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C06E23 (or 0xC06E23) is known color: Pirate Gold. HEX triplet: C0, 6E and 23. RGB value is (192,110,35). Sum of RGB (Red+Green+Blue) = 192+110+35=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E23 is #3F91DC. Grayscale: #7E7E7E. Windows color (decimal): -4166109 or 2322112. OLE color: 2322112.

HSL color Cylindrical-coordinate representation of color #C06E23: hue angle of 28.66º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C06E23 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 35 -
CMYK 0 0.43 0.82 0.25
HSL 28.66º 0.69% 0.45% -
HSV(B) 28.66º 0.82% 0.75% -
XYZ 27.62 22.48 4.47 -
YUV 125.97 76.67 175.1 -
System Red Green Blue C M Y K H S L
Decimal 192 110 35 0 0.43 0.82 0.25 28.66 0.69 0.45
Hex C0 6E 23 0 2B 52 19 1D 45 2D
Octal 300 156 43 0 53 122 31 35 105 55
Binary 11000000 1101110 100011 0 101011 1010010 11001 11101 1000101 101101

Color Harmonies of #C06E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E23

Black with #C06E23

Text Example


Text Example

White with #C06E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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