Html Css Color HEX #C07627 Pirate Gold

📋 copy color: '#C07627'

red 192 ◦ green 118 ◦ blue 39

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

Shades of Pirate Gold #C07627

Tints of Pirate Gold #C07627

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

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

R = 55.01%
G = 33.81%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07627 (or 0xC07627) is known color: Pirate Gold. HEX triplet: C0, 76 and 27. RGB value is (192,118,39). Sum of RGB (Red+Green+Blue) = 192+118+39=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C07627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07627 is #3F89D8. Grayscale: #838383. Windows color (decimal): -4164057 or 2586304. OLE color: 2586304.

HSL color Cylindrical-coordinate representation of color #C07627: hue angle of 30.98º 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 #C07627 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 39 -
CMYK 0 0.39 0.80 0.25
HSL 30.98º 0.66% 0.45% -
HSV(B) 30.98º 0.8% 0.75% -
XYZ 28.58 24.31 5.11 -
YUV 131.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 192 118 39 0 0.39 0.80 0.25 30.98 0.66 0.45
Hex C0 76 27 0 27 50 19 1F 42 2D
Octal 300 166 47 0 47 120 31 37 102 55
Binary 11000000 1110110 100111 0 100111 1010000 11001 11111 1000010 101101

Color Harmonies of #C07627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07627

Black with #C07627

Text Example


Text Example

White with #C07627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07627; }

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

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

background-color css

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

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

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

border-color css

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

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

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