Html Css Color HEX #C27D22 Pirate Gold

📋 copy color: '#C27D22'

red 194 ◦ green 125 ◦ blue 34

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

Shades of Pirate Gold #C27D22

Tints of Pirate Gold #C27D22

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

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

R = 54.96%
G = 35.41%
B = 9.63%

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

#C27D22 (or 0xC27D22) is known color: Pirate Gold. HEX triplet: C2, 7D and 22. RGB value is (194,125,34). Sum of RGB (Red+Green+Blue) = 194+125+34=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D22 is #3D82DD. Grayscale: #878787. Windows color (decimal): -4031198 or 2260418. OLE color: 2260418.

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

Color convert

RGB 194 125 34 -
CMYK 0 0.36 0.82 0.24
HSL 34.13º 0.7% 0.45% -
HSV(B) 34.13º 0.82% 0.76% -
XYZ 29.87 26.25 5.01 -
YUV 135.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 194 125 34 0 0.36 0.82 0.24 34.13 0.7 0.45
Hex C2 7D 22 0 24 52 18 22 46 2D
Octal 302 175 42 0 44 122 30 42 106 55
Binary 11000010 1111101 100010 0 100100 1010010 11000 100010 1000110 101101

Color Harmonies of #C27D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D22

Black with #C27D22

Text Example


Text Example

White with #C27D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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