Html Css Color HEX #C07023 Pirate Gold

📋 copy color: '#C07023'

red 192 ◦ green 112 ◦ blue 35

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

Shades of Pirate Gold #C07023

Tints of Pirate Gold #C07023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 56.64%
G = 33.04%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C07023 (or 0xC07023) is known color: Pirate Gold. HEX triplet: C0, 70 and 23. RGB value is (192,112,35). Sum of RGB (Red+Green+Blue) = 192+112+35=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C07023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07023 is #3F8FDC. Grayscale: #7F7F7F. Windows color (decimal): -4165597 or 2322624. OLE color: 2322624.

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

Color convert

RGB 192 112 35 -
CMYK 0 0.42 0.82 0.25
HSL 29.43º 0.69% 0.45% -
HSV(B) 29.43º 0.82% 0.75% -
XYZ 27.84 22.92 4.55 -
YUV 127.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 192 112 35 0 0.42 0.82 0.25 29.43 0.69 0.45
Hex C0 70 23 0 2A 52 19 1D 45 2D
Octal 300 160 43 0 52 122 31 35 105 55
Binary 11000000 1110000 100011 0 101010 1010010 11001 11101 1000101 101101

Color Harmonies of #C07023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07023

Black with #C07023

Text Example


Text Example

White with #C07023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07023; }

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

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

background-color css

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

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

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

border-color css

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

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

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