Html Css Color HEX #C07227 Pirate Gold

📋 copy color: '#C07227'

red 192 ◦ green 114 ◦ blue 39

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

Shades of Pirate Gold #C07227

Tints of Pirate Gold #C07227

RGB

 RED value IS 192 (75.39% from 255) = 55.65%

 GREEN value IS 114 (44.92% from 255) = 33.04%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 55.65%
G = 33.04%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07227 (or 0xC07227) is known color: Pirate Gold. HEX triplet: C0, 72 and 27. RGB value is (192,114,39). Sum of RGB (Red+Green+Blue) = 192+114+39=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07227 is #3F8DD8. Grayscale: #818181. Windows color (decimal): -4165081 or 2585280. OLE color: 2585280.

HSL color Cylindrical-coordinate representation of color #C07227: hue angle of 29.41º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C07227 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 39 -
CMYK 0 0.41 0.80 0.25
HSL 29.41º 0.66% 0.45% -
HSV(B) 29.41º 0.8% 0.75% -
XYZ 28.12 23.39 4.95 -
YUV 128.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 192 114 39 0 0.41 0.80 0.25 29.41 0.66 0.45
Hex C0 72 27 0 29 50 19 1D 42 2D
Octal 300 162 47 0 51 120 31 35 102 55
Binary 11000000 1110010 100111 0 101001 1010000 11001 11101 1000010 101101

Color Harmonies of #C07227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07227

Black with #C07227

Text Example


Text Example

White with #C07227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07227; }

 p { color: rgb(192,114,39); }

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

background-color css

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

 a { background-color: rgb(192,114,39); }

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

border-color css

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

 span { border-color: rgb(192,114,39); }

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