Html Css Color HEX #C07628 Pirate Gold

📋 copy color: '#C07628'

red 192 ◦ green 118 ◦ blue 40

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

Shades of Pirate Gold #C07628

Tints of Pirate Gold #C07628

RGB

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

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

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

R = 54.86%
G = 33.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C07628 (or 0xC07628) is known color: Pirate Gold. HEX triplet: C0, 76 and 28. RGB value is (192,118,40). Sum of RGB (Red+Green+Blue) = 192+118+40=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C07628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07628 is #3F89D7. Grayscale: #838383. Windows color (decimal): -4164056 or 2651840. OLE color: 2651840.

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

Color convert

RGB 192 118 40 -
CMYK 0 0.39 0.79 0.25
HSL 30.79º 0.66% 0.45% -
HSV(B) 30.79º 0.79% 0.75% -
XYZ 28.6 24.32 5.19 -
YUV 131.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 192 118 40 0 0.39 0.79 0.25 30.79 0.66 0.45
Hex C0 76 28 0 27 4F 19 1F 42 2D
Octal 300 166 50 0 47 117 31 37 102 55
Binary 11000000 1110110 101000 0 100111 1001111 11001 11111 1000010 101101

Color Harmonies of #C07628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07628

Black with #C07628

Text Example


Text Example

White with #C07628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07628; }

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

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

background-color css

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

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

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

border-color css

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

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

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