Html Css Color HEX #C17E20 Pirate Gold

📋 copy color: '#C17E20'

red 193 ◦ green 126 ◦ blue 32

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

Shades of Pirate Gold #C17E20

Tints of Pirate Gold #C17E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 54.99%
G = 35.9%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C17E20 (or 0xC17E20) is known color: Pirate Gold. HEX triplet: C1, 7E and 20. RGB value is (193,126,32). Sum of RGB (Red+Green+Blue) = 193+126+32=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E20 is #3E81DF. Grayscale: #878787. Windows color (decimal): -4096480 or 2129601. OLE color: 2129601.

HSL color Cylindrical-coordinate representation of color #C17E20: hue angle of 35.03º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C17E20 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 126 32 -
CMYK 0 0.35 0.83 0.24
HSL 35.03º 0.72% 0.44% -
HSV(B) 35.03º 0.83% 0.76% -
XYZ 29.71 26.36 4.89 -
YUV 135.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 193 126 32 0 0.35 0.83 0.24 35.03 0.72 0.44
Hex C1 7E 20 0 23 53 18 23 48 2C
Octal 301 176 40 0 43 123 30 43 110 54
Binary 11000001 1111110 100000 0 100011 1010011 11000 100011 1001000 101100

Color Harmonies of #C17E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E20

Black with #C17E20

Text Example


Text Example

White with #C17E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E20; }

 p { color: rgb(193,126,32); }

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

background-color css

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

 a { background-color: rgb(193,126,32); }

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

border-color css

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

 span { border-color: rgb(193,126,32); }

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