Html Css Color HEX #C07E28 Pirate Gold

📋 copy color: '#C07E28'

red 192 ◦ green 126 ◦ blue 40

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

Shades of Pirate Gold #C07E28

Tints of Pirate Gold #C07E28

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.2%

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

R = 53.63%
G = 35.2%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C07E28 (or 0xC07E28) is known color: Pirate Gold. HEX triplet: C0, 7E and 28. RGB value is (192,126,40). Sum of RGB (Red+Green+Blue) = 192+126+40=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E28 is #3F81D7. Grayscale: #888888. Windows color (decimal): -4162008 or 2653888. OLE color: 2653888.

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

Color convert

RGB 192 126 40 -
CMYK 0 0.34 0.79 0.25
HSL 33.95º 0.66% 0.45% -
HSV(B) 33.95º 0.79% 0.75% -
XYZ 29.58 26.28 5.52 -
YUV 135.93 73.87 167.99 -
System Red Green Blue C M Y K H S L
Decimal 192 126 40 0 0.34 0.79 0.25 33.95 0.66 0.45
Hex C0 7E 28 0 22 4F 19 22 42 2D
Octal 300 176 50 0 42 117 31 42 102 55
Binary 11000000 1111110 101000 0 100010 1001111 11001 100010 1000010 101101

Color Harmonies of #C07E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E28

Black with #C07E28

Text Example


Text Example

White with #C07E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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