Html Css Color HEX #C07927 Pirate Gold

📋 copy color: '#C07927'

red 192 ◦ green 121 ◦ blue 39

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

Shades of Pirate Gold #C07927

Tints of Pirate Gold #C07927

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.38%

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

R = 54.55%
G = 34.38%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07927 (or 0xC07927) is known color: Pirate Gold. HEX triplet: C0, 79 and 27. RGB value is (192,121,39). Sum of RGB (Red+Green+Blue) = 192+121+39=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C07927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07927 is #3F86D8. Grayscale: #858585. Windows color (decimal): -4163289 or 2587072. OLE color: 2587072.

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

Color convert

RGB 192 121 39 -
CMYK 0 0.37 0.80 0.25
HSL 32.16º 0.66% 0.45% -
HSV(B) 32.16º 0.8% 0.75% -
XYZ 28.94 25.03 5.22 -
YUV 132.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 192 121 39 0 0.37 0.80 0.25 32.16 0.66 0.45
Hex C0 79 27 0 25 50 19 20 42 2D
Octal 300 171 47 0 45 120 31 40 102 55
Binary 11000000 1111001 100111 0 100101 1010000 11001 100000 1000010 101101

Color Harmonies of #C07927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07927

Black with #C07927

Text Example


Text Example

White with #C07927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07927; }

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

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

background-color css

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

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

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

border-color css

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

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

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