Html Css Color HEX #C17727 Pirate Gold

📋 copy color: '#C17727'

red 193 ◦ green 119 ◦ blue 39

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

Shades of Pirate Gold #C17727

Tints of Pirate Gold #C17727

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

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

R = 54.99%
G = 33.9%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C17727 (or 0xC17727) is known color: Pirate Gold. HEX triplet: C1, 77 and 27. RGB value is (193,119,39). Sum of RGB (Red+Green+Blue) = 193+119+39=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C17727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17727 is #3E88D8. Grayscale: #848484. Windows color (decimal): -4098265 or 2586561. OLE color: 2586561.

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

Color convert

RGB 193 119 39 -
CMYK 0 0.38 0.80 0.24
HSL 31.17º 0.66% 0.45% -
HSV(B) 31.17º 0.8% 0.76% -
XYZ 28.96 24.68 5.16 -
YUV 132.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 193 119 39 0 0.38 0.80 0.24 31.17 0.66 0.45
Hex C1 77 27 0 26 50 18 1F 42 2D
Octal 301 167 47 0 46 120 30 37 102 55
Binary 11000001 1110111 100111 0 100110 1010000 11000 11111 1000010 101101

Color Harmonies of #C17727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17727

Black with #C17727

Text Example


Text Example

White with #C17727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17727; }

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

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

background-color css

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

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

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

border-color css

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

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

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