Html Css Color HEX #C17423 Pirate Gold

📋 copy color: '#C17423'

red 193 ◦ green 116 ◦ blue 35

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

Shades of Pirate Gold #C17423

Tints of Pirate Gold #C17423

RGB

 RED value IS 193 (75.78% from 255) = 56.1%

 GREEN value IS 116 (45.7% from 255) = 33.72%

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

R = 56.1%
G = 33.72%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C17423 (or 0xC17423) is known color: Pirate Gold. HEX triplet: C1, 74 and 23. RGB value is (193,116,35). Sum of RGB (Red+Green+Blue) = 193+116+35=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C17423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17423 is #3E8BDC. Grayscale: #828282. Windows color (decimal): -4099037 or 2323649. OLE color: 2323649.

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

Color convert

RGB 193 116 35 -
CMYK 0 0.40 0.82 0.24
HSL 30.76º 0.69% 0.45% -
HSV(B) 30.76º 0.82% 0.76% -
XYZ 28.54 23.95 4.71 -
YUV 129.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 193 116 35 0 0.40 0.82 0.24 30.76 0.69 0.45
Hex C1 74 23 0 28 52 18 1F 45 2D
Octal 301 164 43 0 50 122 30 37 105 55
Binary 11000001 1110100 100011 0 101000 1010010 11000 11111 1000101 101101

Color Harmonies of #C17423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17423

Black with #C17423

Text Example


Text Example

White with #C17423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17423; }

 p { color: rgb(193,116,35); }

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

background-color css

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

 a { background-color: rgb(193,116,35); }

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

border-color css

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

 span { border-color: rgb(193,116,35); }

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