Html Css Color HEX #C05541 Flame Pea

📋 copy color: '#C05541'

red 192 ◦ green 85 ◦ blue 65

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

Shades of Flame Pea #C05541

Tints of Flame Pea #C05541

RGB

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

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

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

R = 56.14%
G = 24.85%
B = 19.01%

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

#C05541 (or 0xC05541) is known color: Flame Pea. HEX triplet: C0, 55 and 41. RGB value is (192,85,65). Sum of RGB (Red+Green+Blue) = 192+85+65=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C05541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05541 is #3FAABE. Grayscale: #727272. Windows color (decimal): -4172479 or 4281792. OLE color: 4281792.

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

Color convert

RGB 192 85 65 -
CMYK 0 0.56 0.66 0.25
HSL 9.45º 0.5% 0.5% -
HSV(B) 9.45º 0.66% 0.75% -
XYZ 25.94 18.09 7.12 -
YUV 114.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 192 85 65 0 0.56 0.66 0.25 9.45 0.5 0.5
Hex C0 55 41 0 38 42 19 9 32 32
Octal 300 125 101 0 70 102 31 11 62 62
Binary 11000000 1010101 1000001 0 111000 1000010 11001 1001 110010 110010

Color Harmonies of #C05541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05541

Black with #C05541

Text Example


Text Example

White with #C05541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05541; }

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

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

background-color css

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

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

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

border-color css

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

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

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