Html Css Color HEX #C07821 Pirate Gold

📋 copy color: '#C07821'

red 192 ◦ green 120 ◦ blue 33

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

Shades of Pirate Gold #C07821

Tints of Pirate Gold #C07821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 55.65%
G = 34.78%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C07821 (or 0xC07821) is known color: Pirate Gold. HEX triplet: C0, 78 and 21. RGB value is (192,120,33). Sum of RGB (Red+Green+Blue) = 192+120+33=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07821 is #3F87DE. Grayscale: #848484. Windows color (decimal): -4163551 or 2193600. OLE color: 2193600.

HSL color Cylindrical-coordinate representation of color #C07821: hue angle of 32.83º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C07821 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 33 -
CMYK 0 0.38 0.83 0.25
HSL 32.83º 0.71% 0.44% -
HSV(B) 32.83º 0.83% 0.75% -
XYZ 28.73 24.75 4.7 -
YUV 131.61 72.35 171.07 -
System Red Green Blue C M Y K H S L
Decimal 192 120 33 0 0.38 0.83 0.25 32.83 0.71 0.44
Hex C0 78 21 0 26 53 19 21 47 2C
Octal 300 170 41 0 46 123 31 41 107 54
Binary 11000000 1111000 100001 0 100110 1010011 11001 100001 1000111 101100

Color Harmonies of #C07821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07821

Black with #C07821

Text Example


Text Example

White with #C07821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07821; }

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

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

background-color css

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

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

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

border-color css

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

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

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