Html Css Color HEX #C05522 Fiery Orange

📋 copy color: '#C05522'

red 192 ◦ green 85 ◦ blue 34

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

Shades of Fiery Orange #C05522

Tints of Fiery Orange #C05522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.93%

R = 61.74%
G = 27.33%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C05522 (or 0xC05522) is known color: Fiery Orange. HEX triplet: C0, 55 and 22. RGB value is (192,85,34). Sum of RGB (Red+Green+Blue) = 192+85+34=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C05522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05522 is #3FAADD. Grayscale: #6F6F6F. Windows color (decimal): -4172510 or 2250176. OLE color: 2250176.

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

Color convert

RGB 192 85 34 -
CMYK 0 0.56 0.82 0.25
HSL 19.37º 0.7% 0.44% -
HSV(B) 19.37º 0.82% 0.75% -
XYZ 25.28 17.82 3.62 -
YUV 111.18 84.45 185.65 -
System Red Green Blue C M Y K H S L
Decimal 192 85 34 0 0.56 0.82 0.25 19.37 0.7 0.44
Hex C0 55 22 0 38 52 19 13 46 2C
Octal 300 125 42 0 70 122 31 23 106 54
Binary 11000000 1010101 100010 0 111000 1010010 11001 10011 1000110 101100

Color Harmonies of #C05522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05522

Black with #C05522

Text Example


Text Example

White with #C05522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05522; }

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

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

background-color css

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

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

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

border-color css

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

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

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