Html Css Color HEX #C07728 Pirate Gold

📋 copy color: '#C07728'

red 192 ◦ green 119 ◦ blue 40

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

Shades of Pirate Gold #C07728

Tints of Pirate Gold #C07728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

 BLUE value IS 40 (16.02% from 255) = 11.4%

R = 54.7%
G = 33.9%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C07728 (or 0xC07728) is known color: Pirate Gold. HEX triplet: C0, 77 and 28. RGB value is (192,119,40). Sum of RGB (Red+Green+Blue) = 192+119+40=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C07728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07728 is #3F88D7. Grayscale: #848484. Windows color (decimal): -4163800 or 2652096. OLE color: 2652096.

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

Color convert

RGB 192 119 40 -
CMYK 0 0.38 0.79 0.25
HSL 31.18º 0.66% 0.45% -
HSV(B) 31.18º 0.79% 0.75% -
XYZ 28.72 24.55 5.23 -
YUV 131.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 192 119 40 0 0.38 0.79 0.25 31.18 0.66 0.45
Hex C0 77 28 0 26 4F 19 1F 42 2D
Octal 300 167 50 0 46 117 31 37 102 55
Binary 11000000 1110111 101000 0 100110 1001111 11001 11111 1000010 101101

Color Harmonies of #C07728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07728

Black with #C07728

Text Example


Text Example

White with #C07728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07728; }

 p { color: rgb(192,119,40); }

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

background-color css

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

 a { background-color: rgb(192,119,40); }

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

border-color css

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

 span { border-color: rgb(192,119,40); }

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