Html Css Color HEX #C27C22 Pirate Gold

📋 copy color: '#C27C22'

red 194 ◦ green 124 ◦ blue 34

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

Shades of Pirate Gold #C27C22

Tints of Pirate Gold #C27C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.66%

R = 55.11%
G = 35.23%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C27C22 (or 0xC27C22) is known color: Pirate Gold. HEX triplet: C2, 7C and 22. RGB value is (194,124,34). Sum of RGB (Red+Green+Blue) = 194+124+34=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C22 is #3D83DD. Grayscale: #878787. Windows color (decimal): -4031454 or 2260162. OLE color: 2260162.

HSL color Cylindrical-coordinate representation of color #C27C22: hue angle of 33.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C27C22 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 124 34 -
CMYK 0 0.36 0.82 0.24
HSL 33.75º 0.7% 0.45% -
HSV(B) 33.75º 0.82% 0.76% -
XYZ 29.74 26 4.96 -
YUV 134.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 194 124 34 0 0.36 0.82 0.24 33.75 0.7 0.45
Hex C2 7C 22 0 24 52 18 22 46 2D
Octal 302 174 42 0 44 122 30 42 106 55
Binary 11000010 1111100 100010 0 100100 1010010 11000 100010 1000110 101101

Color Harmonies of #C27C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C22

Black with #C27C22

Text Example


Text Example

White with #C27C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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