Html Css Color HEX #C05520 Fiery Orange

📋 copy color: '#C05520'

red 192 ◦ green 85 ◦ blue 32

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

Shades of Fiery Orange #C05520

Tints of Fiery Orange #C05520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 62.14%
G = 27.51%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C05520 (or 0xC05520) is known color: Fiery Orange. HEX triplet: C0, 55 and 20. RGB value is (192,85,32). Sum of RGB (Red+Green+Blue) = 192+85+32=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C05520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05520 is #3FAADF. Grayscale: #6F6F6F. Windows color (decimal): -4172512 or 2119104. OLE color: 2119104.

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

Color convert

RGB 192 85 32 -
CMYK 0 0.56 0.83 0.25
HSL 19.88º 0.71% 0.44% -
HSV(B) 19.88º 0.83% 0.75% -
XYZ 25.25 17.81 3.47 -
YUV 110.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 192 85 32 0 0.56 0.83 0.25 19.88 0.71 0.44
Hex C0 55 20 0 38 53 19 14 47 2C
Octal 300 125 40 0 70 123 31 24 107 54
Binary 11000000 1010101 100000 0 111000 1010011 11001 10100 1000111 101100

Color Harmonies of #C05520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05520

Black with #C05520

Text Example


Text Example

White with #C05520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05520; }

 p { color: rgb(192,85,32); }

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

background-color css

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

 a { background-color: rgb(192,85,32); }

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

border-color css

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

 span { border-color: rgb(192,85,32); }

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