Html Css Color HEX #C07528 Pirate Gold

📋 copy color: '#C07528'

red 192 ◦ green 117 ◦ blue 40

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

Shades of Pirate Gold #C07528

Tints of Pirate Gold #C07528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

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

R = 55.01%
G = 33.52%
B = 11.46%

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

#C07528 (or 0xC07528) is known color: Pirate Gold. HEX triplet: C0, 75 and 28. RGB value is (192,117,40). Sum of RGB (Red+Green+Blue) = 192+117+40=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C07528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07528 is #3F8AD7. Grayscale: #838383. Windows color (decimal): -4164312 or 2651584. OLE color: 2651584.

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

Color convert

RGB 192 117 40 -
CMYK 0 0.39 0.79 0.25
HSL 30.39º 0.66% 0.45% -
HSV(B) 30.39º 0.79% 0.75% -
XYZ 28.48 24.08 5.15 -
YUV 130.65 76.85 171.76 -
System Red Green Blue C M Y K H S L
Decimal 192 117 40 0 0.39 0.79 0.25 30.39 0.66 0.45
Hex C0 75 28 0 27 4F 19 1E 42 2D
Octal 300 165 50 0 47 117 31 36 102 55
Binary 11000000 1110101 101000 0 100111 1001111 11001 11110 1000010 101101

Color Harmonies of #C07528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07528

Black with #C07528

Text Example


Text Example

White with #C07528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07528; }

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

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

background-color css

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

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

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

border-color css

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

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

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