Html Css Color HEX #C27328 Pirate Gold

📋 copy color: '#C27328'

red 194 ◦ green 115 ◦ blue 40

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

Shades of Pirate Gold #C27328

Tints of Pirate Gold #C27328

RGB

 RED value IS 194 (76.17% from 255) = 55.59%

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 55.59%
G = 32.95%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C27328 (or 0xC27328) is known color: Pirate Gold. HEX triplet: C2, 73 and 28. RGB value is (194,115,40). Sum of RGB (Red+Green+Blue) = 194+115+40=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C27328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27328 is #3D8CD7. Grayscale: #828282. Windows color (decimal): -4033752 or 2651074. OLE color: 2651074.

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

Color convert

RGB 194 115 40 -
CMYK 0 0.41 0.79 0.24
HSL 29.22º 0.66% 0.46% -
HSV(B) 29.22º 0.79% 0.76% -
XYZ 28.76 23.88 5.1 -
YUV 130.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 194 115 40 0 0.41 0.79 0.24 29.22 0.66 0.46
Hex C2 73 28 0 29 4F 18 1D 42 2E
Octal 302 163 50 0 51 117 30 35 102 56
Binary 11000010 1110011 101000 0 101001 1001111 11000 11101 1000010 101110

Color Harmonies of #C27328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27328

Black with #C27328

Text Example


Text Example

White with #C27328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27328; }

 p { color: rgb(194,115,40); }

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

background-color css

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

 a { background-color: rgb(194,115,40); }

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

border-color css

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

 span { border-color: rgb(194,115,40); }

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