Html Css Color HEX #C07123 Pirate Gold

📋 copy color: '#C07123'

red 192 ◦ green 113 ◦ blue 35

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

Shades of Pirate Gold #C07123

Tints of Pirate Gold #C07123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 35 (14.06% from 255) = 10.29%

R = 56.47%
G = 33.24%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C07123 (or 0xC07123) is known color: Pirate Gold. HEX triplet: C0, 71 and 23. RGB value is (192,113,35). Sum of RGB (Red+Green+Blue) = 192+113+35=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C07123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07123 is #3F8EDC. Grayscale: #808080. Windows color (decimal): -4165341 or 2322880. OLE color: 2322880.

HSL color Cylindrical-coordinate representation of color #C07123: hue angle of 29.81º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C07123 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 35 -
CMYK 0 0.41 0.82 0.25
HSL 29.81º 0.69% 0.45% -
HSV(B) 29.81º 0.82% 0.75% -
XYZ 27.95 23.14 4.58 -
YUV 127.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 192 113 35 0 0.41 0.82 0.25 29.81 0.69 0.45
Hex C0 71 23 0 29 52 19 1E 45 2D
Octal 300 161 43 0 51 122 31 36 105 55
Binary 11000000 1110001 100011 0 101001 1010010 11001 11110 1000101 101101

Color Harmonies of #C07123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07123

Black with #C07123

Text Example


Text Example

White with #C07123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07123; }

 p { color: rgb(192,113,35); }

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

background-color css

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

 a { background-color: rgb(192,113,35); }

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

border-color css

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

 span { border-color: rgb(192,113,35); }

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