Html Css Color HEX #C06D23 Pirate Gold

📋 copy color: '#C06D23'

red 192 ◦ green 109 ◦ blue 35

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

Shades of Pirate Gold #C06D23

Tints of Pirate Gold #C06D23

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 57.14%
G = 32.44%
B = 10.42%

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

#C06D23 (or 0xC06D23) is known color: Pirate Gold. HEX triplet: C0, 6D and 23. RGB value is (192,109,35). Sum of RGB (Red+Green+Blue) = 192+109+35=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D23 is #3F92DC. Grayscale: #7D7D7D. Windows color (decimal): -4166365 or 2321856. OLE color: 2321856.

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

Color convert

RGB 192 109 35 -
CMYK 0 0.43 0.82 0.25
HSL 28.28º 0.69% 0.45% -
HSV(B) 28.28º 0.82% 0.75% -
XYZ 27.51 22.27 4.44 -
YUV 125.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 192 109 35 0 0.43 0.82 0.25 28.28 0.69 0.45
Hex C0 6D 23 0 2B 52 19 1C 45 2D
Octal 300 155 43 0 53 122 31 34 105 55
Binary 11000000 1101101 100011 0 101011 1010010 11001 11100 1000101 101101

Color Harmonies of #C06D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D23

Black with #C06D23

Text Example


Text Example

White with #C06D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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