Html Css Color HEX #C27428 Pirate Gold

📋 copy color: '#C27428'

red 194 ◦ green 116 ◦ blue 40

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

Shades of Pirate Gold #C27428

Tints of Pirate Gold #C27428

RGB

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

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

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

R = 55.43%
G = 33.14%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C27428 (or 0xC27428) is known color: Pirate Gold. HEX triplet: C2, 74 and 28. RGB value is (194,116,40). Sum of RGB (Red+Green+Blue) = 194+116+40=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C27428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27428 is #3D8BD7. Grayscale: #838383. Windows color (decimal): -4033496 or 2651330. OLE color: 2651330.

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

Color convert

RGB 194 116 40 -
CMYK 0 0.40 0.79 0.24
HSL 29.61º 0.66% 0.46% -
HSV(B) 29.61º 0.79% 0.76% -
XYZ 28.88 24.11 5.14 -
YUV 130.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 194 116 40 0 0.40 0.79 0.24 29.61 0.66 0.46
Hex C2 74 28 0 28 4F 18 1E 42 2E
Octal 302 164 50 0 50 117 30 36 102 56
Binary 11000010 1110100 101000 0 101000 1001111 11000 11110 1000010 101110

Color Harmonies of #C27428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27428

Black with #C27428

Text Example


Text Example

White with #C27428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27428; }

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

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

background-color css

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

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

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

border-color css

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

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

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