Html Css Color HEX #C15440 Flame Pea

📋 copy color: '#C15440'

red 193 ◦ green 84 ◦ blue 64

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

Shades of Flame Pea #C15440

Tints of Flame Pea #C15440

RGB

 RED value IS 193 (75.78% from 255) = 56.6%

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

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 56.6%
G = 24.63%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C15440 (or 0xC15440) is known color: Flame Pea. HEX triplet: C1, 54 and 40. RGB value is (193,84,64). Sum of RGB (Red+Green+Blue) = 193+84+64=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C15440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15440 is #3EABBF. Grayscale: #727272. Windows color (decimal): -4107200 or 4216001. OLE color: 4216001.

HSL color Cylindrical-coordinate representation of color #C15440: hue angle of 9.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C15440 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 64 -
CMYK 0 0.56 0.67 0.24
HSL 9.3º 0.51% 0.5% -
HSV(B) 9.3º 0.67% 0.76% -
XYZ 26.09 18.05 6.96 -
YUV 114.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 193 84 64 0 0.56 0.67 0.24 9.3 0.51 0.5
Hex C1 54 40 0 38 43 18 9 33 32
Octal 301 124 100 0 70 103 30 11 63 62
Binary 11000001 1010100 1000000 0 111000 1000011 11000 1001 110011 110010

Color Harmonies of #C15440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15440

Black with #C15440

Text Example


Text Example

White with #C15440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15440; }

 p { color: rgb(193,84,64); }

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

background-color css

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

 a { background-color: rgb(193,84,64); }

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

border-color css

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

 span { border-color: rgb(193,84,64); }

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