Html Css Color HEX #C17B2C Pirate Gold

📋 copy color: '#C17B2C'

red 193 ◦ green 123 ◦ blue 44

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

Shades of Pirate Gold #C17B2C

Tints of Pirate Gold #C17B2C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 53.61%
G = 34.17%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C17B2C (or 0xC17B2C) is known color: Pirate Gold. HEX triplet: C1, 7B and 2C. RGB value is (193,123,44). Sum of RGB (Red+Green+Blue) = 193+123+44=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B2C is #3E84D3. Grayscale: #878787. Windows color (decimal): -4097236 or 2915265. OLE color: 2915265.

HSL color Cylindrical-coordinate representation of color #C17B2C: hue angle of 31.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C17B2C is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 123 44 -
CMYK 0 0.36 0.77 0.24
HSL 31.81º 0.63% 0.46% -
HSV(B) 31.81º 0.77% 0.76% -
XYZ 29.53 25.69 5.78 -
YUV 134.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 193 123 44 0 0.36 0.77 0.24 31.81 0.63 0.46
Hex C1 7B 2C 0 24 4D 18 20 3F 2E
Octal 301 173 54 0 44 115 30 40 77 56
Binary 11000001 1111011 101100 0 100100 1001101 11000 100000 111111 101110

Color Harmonies of #C17B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B2C

Black with #C17B2C

Text Example


Text Example

White with #C17B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B2C; }

 p { color: rgb(193,123,44); }

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

background-color css

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

 a { background-color: rgb(193,123,44); }

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

border-color css

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

 span { border-color: rgb(193,123,44); }

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