Html Css Color HEX #C17B27 Pirate Gold

📋 copy color: '#C17B27'

red 193 ◦ green 123 ◦ blue 39

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

Shades of Pirate Gold #C17B27

Tints of Pirate Gold #C17B27

RGB

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

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

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

R = 54.37%
G = 34.65%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C17B27 (or 0xC17B27) is known color: Pirate Gold. HEX triplet: C1, 7B and 27. RGB value is (193,123,39). Sum of RGB (Red+Green+Blue) = 193+123+39=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B27 is #3E84D8. Grayscale: #868686. Windows color (decimal): -4097241 or 2587585. OLE color: 2587585.

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

Color convert

RGB 193 123 39 -
CMYK 0 0.36 0.80 0.24
HSL 32.73º 0.66% 0.45% -
HSV(B) 32.73º 0.8% 0.76% -
XYZ 29.44 25.65 5.32 -
YUV 134.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 193 123 39 0 0.36 0.80 0.24 32.73 0.66 0.45
Hex C1 7B 27 0 24 50 18 21 42 2D
Octal 301 173 47 0 44 120 30 41 102 55
Binary 11000001 1111011 100111 0 100100 1010000 11000 100001 1000010 101101

Color Harmonies of #C17B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B27

Black with #C17B27

Text Example


Text Example

White with #C17B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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