Html Css Color HEX #C05423 Fiery Orange

📋 copy color: '#C05423'

red 192 ◦ green 84 ◦ blue 35

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

Shades of Fiery Orange #C05423

Tints of Fiery Orange #C05423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

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

R = 61.74%
G = 27.01%
B = 11.25%

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

#C05423 (or 0xC05423) is known color: Fiery Orange. HEX triplet: C0, 54 and 23. RGB value is (192,84,35). Sum of RGB (Red+Green+Blue) = 192+84+35=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C05423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05423 is #3FABDC. Grayscale: #6F6F6F. Windows color (decimal): -4172765 or 2315456. OLE color: 2315456.

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

Color convert

RGB 192 84 35 -
CMYK 0 0.56 0.82 0.25
HSL 18.73º 0.69% 0.45% -
HSV(B) 18.73º 0.82% 0.75% -
XYZ 25.21 17.67 3.67 -
YUV 110.71 85.28 185.98 -
System Red Green Blue C M Y K H S L
Decimal 192 84 35 0 0.56 0.82 0.25 18.73 0.69 0.45
Hex C0 54 23 0 38 52 19 13 45 2D
Octal 300 124 43 0 70 122 31 23 105 55
Binary 11000000 1010100 100011 0 111000 1010010 11001 10011 1000101 101101

Color Harmonies of #C05423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05423

Black with #C05423

Text Example


Text Example

White with #C05423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05423; }

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

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

background-color css

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

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

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

border-color css

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

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

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