Html Css Color HEX #C27A2D Pirate Gold

📋 copy color: '#C27A2D'

red 194 ◦ green 122 ◦ blue 45

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

Shades of Pirate Gold #C27A2D

Tints of Pirate Gold #C27A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 53.74%
G = 33.8%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C27A2D (or 0xC27A2D) is known color: Pirate Gold. HEX triplet: C2, 7A and 2D. RGB value is (194,122,45). Sum of RGB (Red+Green+Blue) = 194+122+45=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A2D is #3D85D2. Grayscale: #878787. Windows color (decimal): -4031955 or 2980546. OLE color: 2980546.

HSL color Cylindrical-coordinate representation of color #C27A2D: hue angle of 31.01º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C27A2D is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 45 -
CMYK 0 0.37 0.77 0.24
HSL 31.01º 0.62% 0.47% -
HSV(B) 31.01º 0.77% 0.76% -
XYZ 29.68 25.58 5.86 -
YUV 134.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 194 122 45 0 0.37 0.77 0.24 31.01 0.62 0.47
Hex C2 7A 2D 0 25 4D 18 1F 3E 2F
Octal 302 172 55 0 45 115 30 37 76 57
Binary 11000010 1111010 101101 0 100101 1001101 11000 11111 111110 101111

Color Harmonies of #C27A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A2D

Black with #C27A2D

Text Example


Text Example

White with #C27A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A2D; }

 p { color: rgb(194,122,45); }

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

background-color css

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

 a { background-color: rgb(194,122,45); }

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

border-color css

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

 span { border-color: rgb(194,122,45); }

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