Html Css Color HEX #C27427 Pirate Gold

📋 copy color: '#C27427'

red 194 ◦ green 116 ◦ blue 39

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

Shades of Pirate Gold #C27427

Tints of Pirate Gold #C27427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

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

R = 55.59%
G = 33.24%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C27427 (or 0xC27427) is known color: Pirate Gold. HEX triplet: C2, 74 and 27. RGB value is (194,116,39). Sum of RGB (Red+Green+Blue) = 194+116+39=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C27427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27427 is #3D8BD8. Grayscale: #828282. Windows color (decimal): -4033497 or 2585794. OLE color: 2585794.

HSL color Cylindrical-coordinate representation of color #C27427: hue angle of 29.81º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C27427 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 39 -
CMYK 0 0.40 0.80 0.24
HSL 29.81º 0.67% 0.46% -
HSV(B) 29.81º 0.8% 0.76% -
XYZ 28.86 24.11 5.05 -
YUV 130.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 194 116 39 0 0.40 0.80 0.24 29.81 0.67 0.46
Hex C2 74 27 0 28 50 18 1E 43 2E
Octal 302 164 47 0 50 120 30 36 103 56
Binary 11000010 1110100 100111 0 101000 1010000 11000 11110 1000011 101110

Color Harmonies of #C27427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27427

Black with #C27427

Text Example


Text Example

White with #C27427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27427; }

 p { color: rgb(194,116,39); }

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

background-color css

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

 a { background-color: rgb(194,116,39); }

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

border-color css

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

 span { border-color: rgb(194,116,39); }

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