Html Css Color HEX #C07823 Pirate Gold

📋 copy color: '#C07823'

red 192 ◦ green 120 ◦ blue 35

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

Shades of Pirate Gold #C07823

Tints of Pirate Gold #C07823

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 55.33%
G = 34.58%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C07823 (or 0xC07823) is known color: Pirate Gold. HEX triplet: C0, 78 and 23. RGB value is (192,120,35). Sum of RGB (Red+Green+Blue) = 192+120+35=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C07823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07823 is #3F87DC. Grayscale: #848484. Windows color (decimal): -4163549 or 2324672. OLE color: 2324672.

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

Color convert

RGB 192 120 35 -
CMYK 0 0.38 0.82 0.25
HSL 32.48º 0.69% 0.45% -
HSV(B) 32.48º 0.82% 0.75% -
XYZ 28.76 24.76 4.85 -
YUV 131.84 73.35 170.91 -
System Red Green Blue C M Y K H S L
Decimal 192 120 35 0 0.38 0.82 0.25 32.48 0.69 0.45
Hex C0 78 23 0 26 52 19 20 45 2D
Octal 300 170 43 0 46 122 31 40 105 55
Binary 11000000 1111000 100011 0 100110 1010010 11001 100000 1000101 101101

Color Harmonies of #C07823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07823

Black with #C07823

Text Example


Text Example

White with #C07823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07823; }

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

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

background-color css

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

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

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

border-color css

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

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

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