Html Css Color HEX #C17227 Pirate Gold

📋 copy color: '#C17227'

red 193 ◦ green 114 ◦ blue 39

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

Shades of Pirate Gold #C17227

Tints of Pirate Gold #C17227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 55.78%
G = 32.95%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C17227 (or 0xC17227) is known color: Pirate Gold. HEX triplet: C1, 72 and 27. RGB value is (193,114,39). Sum of RGB (Red+Green+Blue) = 193+114+39=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C17227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17227 is #3E8DD8. Grayscale: #818181. Windows color (decimal): -4099545 or 2585281. OLE color: 2585281.

HSL color Cylindrical-coordinate representation of color #C17227: hue angle of 29.22º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C17227 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 114 39 -
CMYK 0 0.41 0.80 0.24
HSL 29.22º 0.66% 0.45% -
HSV(B) 29.22º 0.8% 0.76% -
XYZ 28.38 23.52 4.96 -
YUV 129.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 193 114 39 0 0.41 0.80 0.24 29.22 0.66 0.45
Hex C1 72 27 0 29 50 18 1D 42 2D
Octal 301 162 47 0 51 120 30 35 102 55
Binary 11000001 1110010 100111 0 101001 1010000 11000 11101 1000010 101101

Color Harmonies of #C17227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17227

Black with #C17227

Text Example


Text Example

White with #C17227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17227; }

 p { color: rgb(193,114,39); }

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

background-color css

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

 a { background-color: rgb(193,114,39); }

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

border-color css

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

 span { border-color: rgb(193,114,39); }

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