Html Css Color HEX #C17024 Pirate Gold

📋 copy color: '#C17024'

red 193 ◦ green 112 ◦ blue 36

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

Shades of Pirate Gold #C17024

Tints of Pirate Gold #C17024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 56.6%
G = 32.84%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C17024 (or 0xC17024) is known color: Pirate Gold. HEX triplet: C1, 70 and 24. RGB value is (193,112,36). Sum of RGB (Red+Green+Blue) = 193+112+36=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C17024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17024 is #3E8FDB. Grayscale: #7F7F7F. Windows color (decimal): -4100060 or 2388161. OLE color: 2388161.

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

Color convert

RGB 193 112 36 -
CMYK 0 0.42 0.81 0.24
HSL 29.04º 0.69% 0.45% -
HSV(B) 29.04º 0.81% 0.76% -
XYZ 28.1 23.05 4.64 -
YUV 127.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 193 112 36 0 0.42 0.81 0.24 29.04 0.69 0.45
Hex C1 70 24 0 2A 51 18 1D 45 2D
Octal 301 160 44 0 52 121 30 35 105 55
Binary 11000001 1110000 100100 0 101010 1010001 11000 11101 1000101 101101

Color Harmonies of #C17024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17024

Black with #C17024

Text Example


Text Example

White with #C17024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17024; }

 p { color: rgb(193,112,36); }

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

background-color css

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

 a { background-color: rgb(193,112,36); }

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

border-color css

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

 span { border-color: rgb(193,112,36); }

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