Html Css Color HEX #C05441 Flame Pea

📋 copy color: '#C05441'

red 192 ◦ green 84 ◦ blue 65

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

Shades of Flame Pea #C05441

Tints of Flame Pea #C05441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 56.3%
G = 24.63%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C05441 (or 0xC05441) is known color: Flame Pea. HEX triplet: C0, 54 and 41. RGB value is (192,84,65). Sum of RGB (Red+Green+Blue) = 192+84+65=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C05441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05441 is #3FABBE. Grayscale: #727272. Windows color (decimal): -4172735 or 4281536. OLE color: 4281536.

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

Color convert

RGB 192 84 65 -
CMYK 0 0.56 0.66 0.25
HSL 8.98º 0.5% 0.5% -
HSV(B) 8.98º 0.66% 0.75% -
XYZ 25.86 17.93 7.1 -
YUV 114.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 192 84 65 0 0.56 0.66 0.25 8.98 0.5 0.5
Hex C0 54 41 0 38 42 19 9 32 32
Octal 300 124 101 0 70 102 31 11 62 62
Binary 11000000 1010100 1000001 0 111000 1000010 11001 1001 110010 110010

Color Harmonies of #C05441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05441

Black with #C05441

Text Example


Text Example

White with #C05441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05441; }

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

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

background-color css

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

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

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

border-color css

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

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

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