Html Css Color HEX #C07E1C Pirate Gold

📋 copy color: '#C07E1C'

red 192 ◦ green 126 ◦ blue 28

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

Shades of Pirate Gold #C07E1C

Tints of Pirate Gold #C07E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 55.49%
G = 36.42%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C07E1C (or 0xC07E1C) is known color: Pirate Gold. HEX triplet: C0, 7E and 1C. RGB value is (192,126,28). Sum of RGB (Red+Green+Blue) = 192+126+28=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E1C is #3F81E3. Grayscale: #878787. Windows color (decimal): -4162020 or 1867456. OLE color: 1867456.

HSL color Cylindrical-coordinate representation of color #C07E1C: hue angle of 35.85º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C07E1C is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 28 -
CMYK 0 0.34 0.85 0.25
HSL 35.85º 0.75% 0.43% -
HSV(B) 35.85º 0.85% 0.75% -
XYZ 29.41 26.21 4.61 -
YUV 134.56 67.87 168.97 -
System Red Green Blue C M Y K H S L
Decimal 192 126 28 0 0.34 0.85 0.25 35.85 0.75 0.43
Hex C0 7E 1C 0 22 55 19 24 4B 2B
Octal 300 176 34 0 42 125 31 44 113 53
Binary 11000000 1111110 11100 0 100010 1010101 11001 100100 1001011 101011

Color Harmonies of #C07E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E1C

Black with #C07E1C

Text Example


Text Example

White with #C07E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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