Html Css Color HEX #C27C23 Pirate Gold

📋 copy color: '#C27C23'

red 194 ◦ green 124 ◦ blue 35

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

Shades of Pirate Gold #C27C23

Tints of Pirate Gold #C27C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.92%

R = 54.96%
G = 35.13%
B = 9.92%

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

#C27C23 (or 0xC27C23) is known color: Pirate Gold. HEX triplet: C2, 7C and 23. RGB value is (194,124,35). Sum of RGB (Red+Green+Blue) = 194+124+35=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C23 is #3D83DC. Grayscale: #878787. Windows color (decimal): -4031453 or 2325698. OLE color: 2325698.

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

Color convert

RGB 194 124 35 -
CMYK 0 0.36 0.82 0.24
HSL 33.58º 0.69% 0.45% -
HSV(B) 33.58º 0.82% 0.76% -
XYZ 29.76 26.01 5.04 -
YUV 134.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 194 124 35 0 0.36 0.82 0.24 33.58 0.69 0.45
Hex C2 7C 23 0 24 52 18 22 45 2D
Octal 302 174 43 0 44 122 30 42 105 55
Binary 11000010 1111100 100011 0 100100 1010010 11000 100010 1000101 101101

Color Harmonies of #C27C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C23

Black with #C27C23

Text Example


Text Example

White with #C27C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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