Html Css Color HEX #C05220 Fiery Orange

📋 copy color: '#C05220'

red 192 ◦ green 82 ◦ blue 32

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

Shades of Fiery Orange #C05220

Tints of Fiery Orange #C05220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

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

R = 62.75%
G = 26.8%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C05220 (or 0xC05220) is known color: Fiery Orange. HEX triplet: C0, 52 and 20. RGB value is (192,82,32). Sum of RGB (Red+Green+Blue) = 192+82+32=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C05220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05220 is #3FADDF. Grayscale: #6D6D6D. Windows color (decimal): -4173280 or 2118336. OLE color: 2118336.

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

Color convert

RGB 192 82 32 -
CMYK 0 0.57 0.83 0.25
HSL 18.75º 0.71% 0.44% -
HSV(B) 18.75º 0.83% 0.75% -
XYZ 25.02 17.35 3.4 -
YUV 109.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 192 82 32 0 0.57 0.83 0.25 18.75 0.71 0.44
Hex C0 52 20 0 39 53 19 13 47 2C
Octal 300 122 40 0 71 123 31 23 107 54
Binary 11000000 1010010 100000 0 111001 1010011 11001 10011 1000111 101100

Color Harmonies of #C05220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05220

Black with #C05220

Text Example


Text Example

White with #C05220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05220; }

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

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

background-color css

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

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

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

border-color css

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

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

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