Html Css Color HEX #C17927 Pirate Gold

📋 copy color: '#C17927'

red 193 ◦ green 121 ◦ blue 39

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

Shades of Pirate Gold #C17927

Tints of Pirate Gold #C17927

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

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

R = 54.67%
G = 34.28%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C17927 (or 0xC17927) is known color: Pirate Gold. HEX triplet: C1, 79 and 27. RGB value is (193,121,39). Sum of RGB (Red+Green+Blue) = 193+121+39=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C17927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17927 is #3E86D8. Grayscale: #858585. Windows color (decimal): -4097753 or 2587073. OLE color: 2587073.

HSL color Cylindrical-coordinate representation of color #C17927: hue angle of 31.95º 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 #C17927 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 121 39 -
CMYK 0 0.37 0.80 0.24
HSL 31.95º 0.66% 0.45% -
HSV(B) 31.95º 0.8% 0.76% -
XYZ 29.2 25.16 5.24 -
YUV 133.18 74.85 170.67 -
System Red Green Blue C M Y K H S L
Decimal 193 121 39 0 0.37 0.80 0.24 31.95 0.66 0.45
Hex C1 79 27 0 25 50 18 20 42 2D
Octal 301 171 47 0 45 120 30 40 102 55
Binary 11000001 1111001 100111 0 100101 1010000 11000 100000 1000010 101101

Color Harmonies of #C17927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17927

Black with #C17927

Text Example


Text Example

White with #C17927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17927; }

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

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

background-color css

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

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

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

border-color css

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

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

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