Html Css Color HEX #C27A2B Pirate Gold

📋 copy color: '#C27A2B'

red 194 ◦ green 122 ◦ blue 43

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

Shades of Pirate Gold #C27A2B

Tints of Pirate Gold #C27A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.98%

R = 54.04%
G = 33.98%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C27A2B (or 0xC27A2B) is known color: Pirate Gold. HEX triplet: C2, 7A and 2B. RGB value is (194,122,43). Sum of RGB (Red+Green+Blue) = 194+122+43=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A2B is #3D85D4. Grayscale: #868686. Windows color (decimal): -4031957 or 2849474. OLE color: 2849474.

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

Color convert

RGB 194 122 43 -
CMYK 0 0.37 0.78 0.24
HSL 31.39º 0.64% 0.46% -
HSV(B) 31.39º 0.78% 0.76% -
XYZ 29.64 25.56 5.66 -
YUV 134.52 76.35 170.42 -
System Red Green Blue C M Y K H S L
Decimal 194 122 43 0 0.37 0.78 0.24 31.39 0.64 0.46
Hex C2 7A 2B 0 25 4E 18 1F 40 2E
Octal 302 172 53 0 45 116 30 37 100 56
Binary 11000010 1111010 101011 0 100101 1001110 11000 11111 1000000 101110

Color Harmonies of #C27A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A2B

Black with #C27A2B

Text Example


Text Example

White with #C27A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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