Html Css Color HEX #C27C28 Pirate Gold

📋 copy color: '#C27C28'

red 194 ◦ green 124 ◦ blue 40

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

Shades of Pirate Gold #C27C28

Tints of Pirate Gold #C27C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 54.19%
G = 34.64%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C27C28 (or 0xC27C28) is known color: Pirate Gold. HEX triplet: C2, 7C and 28. RGB value is (194,124,40). Sum of RGB (Red+Green+Blue) = 194+124+40=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C28 is #3D83D7. Grayscale: #878787. Windows color (decimal): -4031448 or 2653378. OLE color: 2653378.

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

Color convert

RGB 194 124 40 -
CMYK 0 0.36 0.79 0.24
HSL 32.73º 0.66% 0.46% -
HSV(B) 32.73º 0.79% 0.76% -
XYZ 29.84 26.04 5.46 -
YUV 135.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 194 124 40 0 0.36 0.79 0.24 32.73 0.66 0.46
Hex C2 7C 28 0 24 4F 18 21 42 2E
Octal 302 174 50 0 44 117 30 41 102 56
Binary 11000010 1111100 101000 0 100100 1001111 11000 100001 1000010 101110

Color Harmonies of #C27C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C28

Black with #C27C28

Text Example


Text Example

White with #C27C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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