Html Css Color HEX #C05841 Flame Pea

📋 copy color: '#C05841'

red 192 ◦ green 88 ◦ blue 65

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

Shades of Flame Pea #C05841

Tints of Flame Pea #C05841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

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

R = 55.65%
G = 25.51%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C05841 (or 0xC05841) is known color: Flame Pea. HEX triplet: C0, 58 and 41. RGB value is (192,88,65). Sum of RGB (Red+Green+Blue) = 192+88+65=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C05841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05841 is #3FA7BE. Grayscale: #747474. Windows color (decimal): -4171711 or 4282560. OLE color: 4282560.

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

Color convert

RGB 192 88 65 -
CMYK 0 0.54 0.66 0.25
HSL 10.87º 0.5% 0.5% -
HSV(B) 10.87º 0.66% 0.75% -
XYZ 26.18 18.57 7.2 -
YUV 116.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 192 88 65 0 0.54 0.66 0.25 10.87 0.5 0.5
Hex C0 58 41 0 36 42 19 B 32 32
Octal 300 130 101 0 66 102 31 13 62 62
Binary 11000000 1011000 1000001 0 110110 1000010 11001 1011 110010 110010

Color Harmonies of #C05841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05841

Black with #C05841

Text Example


Text Example

White with #C05841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05841; }

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

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

background-color css

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

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

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

border-color css

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

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

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