Html Css Color HEX #C0752A Pirate Gold

📋 copy color: '#C0752A'

red 192 ◦ green 117 ◦ blue 42

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

Shades of Pirate Gold #C0752A

Tints of Pirate Gold #C0752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.97%

R = 54.7%
G = 33.33%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0752A (or 0xC0752A) is known color: Pirate Gold. HEX triplet: C0, 75 and 2A. RGB value is (192,117,42). Sum of RGB (Red+Green+Blue) = 192+117+42=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0752A is #3F8AD5. Grayscale: #838383. Windows color (decimal): -4164310 or 2782656. OLE color: 2782656.

HSL color Cylindrical-coordinate representation of color #C0752A: hue angle of 30º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0752A is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 42 -
CMYK 0 0.39 0.78 0.25
HSL 30º 0.64% 0.46% -
HSV(B) 30º 0.78% 0.75% -
XYZ 28.52 24.1 5.34 -
YUV 130.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 192 117 42 0 0.39 0.78 0.25 30 0.64 0.46
Hex C0 75 2A 0 27 4E 19 1E 40 2E
Octal 300 165 52 0 47 116 31 36 100 56
Binary 11000000 1110101 101010 0 100111 1001110 11001 11110 1000000 101110

Color Harmonies of #C0752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0752A

Black with #C0752A

Text Example


Text Example

White with #C0752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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