Html Css Color HEX #C15E4E Flame Pea

📋 copy color: '#C15E4E'

red 193 ◦ green 94 ◦ blue 78

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

Shades of Flame Pea #C15E4E

Tints of Flame Pea #C15E4E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 52.88%
G = 25.75%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C15E4E (or 0xC15E4E) is known color: Flame Pea. HEX triplet: C1, 5E and 4E. RGB value is (193,94,78). Sum of RGB (Red+Green+Blue) = 193+94+78=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E4E is #3EA1B1. Grayscale: #797979. Windows color (decimal): -4104626 or 5136065. OLE color: 5136065.

HSL color Cylindrical-coordinate representation of color #C15E4E: hue angle of 8.35º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C15E4E is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 94 78 -
CMYK 0 0.51 0.60 0.24
HSL 8.35º 0.48% 0.53% -
HSV(B) 8.35º 0.6% 0.76% -
XYZ 27.37 19.89 9.6 -
YUV 121.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 193 94 78 0 0.51 0.60 0.24 8.35 0.48 0.53
Hex C1 5E 4E 0 33 3C 18 8 30 35
Octal 301 136 116 0 63 74 30 10 60 65
Binary 11000001 1011110 1001110 0 110011 111100 11000 1000 110000 110101

Color Harmonies of #C15E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15E4E

Black with #C15E4E

Text Example


Text Example

White with #C15E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15E4E; }

 p { color: rgb(193,94,78); }

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

background-color css

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

 a { background-color: rgb(193,94,78); }

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

border-color css

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

 span { border-color: rgb(193,94,78); }

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