Html Css Color HEX #C07923 Pirate Gold

📋 copy color: '#C07923'

red 192 ◦ green 121 ◦ blue 35

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

Shades of Pirate Gold #C07923

Tints of Pirate Gold #C07923

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 55.17%
G = 34.77%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C07923 (or 0xC07923) is known color: Pirate Gold. HEX triplet: C0, 79 and 23. RGB value is (192,121,35). Sum of RGB (Red+Green+Blue) = 192+121+35=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C07923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07923 is #3F86DC. Grayscale: #848484. Windows color (decimal): -4163293 or 2324928. OLE color: 2324928.

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

Color convert

RGB 192 121 35 -
CMYK 0 0.37 0.82 0.25
HSL 32.87º 0.69% 0.45% -
HSV(B) 32.87º 0.82% 0.75% -
XYZ 28.88 25 4.89 -
YUV 132.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 192 121 35 0 0.37 0.82 0.25 32.87 0.69 0.45
Hex C0 79 23 0 25 52 19 21 45 2D
Octal 300 171 43 0 45 122 31 41 105 55
Binary 11000000 1111001 100011 0 100101 1010010 11001 100001 1000101 101101

Color Harmonies of #C07923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07923

Black with #C07923

Text Example


Text Example

White with #C07923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07923; }

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

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

background-color css

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

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

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

border-color css

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

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

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