Html Css Color HEX #C15C4E Flame Pea

📋 copy color: '#C15C4E'

red 193 ◦ green 92 ◦ blue 78

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

Shades of Flame Pea #C15C4E

Tints of Flame Pea #C15C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.34%

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

R = 53.17%
G = 25.34%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C15C4E (or 0xC15C4E) is known color: Flame Pea. HEX triplet: C1, 5C and 4E. RGB value is (193,92,78). Sum of RGB (Red+Green+Blue) = 193+92+78=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C4E is #3EA3B1. Grayscale: #787878. Windows color (decimal): -4105138 or 5135553. OLE color: 5135553.

HSL color Cylindrical-coordinate representation of color #C15C4E: hue angle of 7.3º 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 #C15C4E is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 92 78 -
CMYK 0 0.52 0.60 0.24
HSL 7.3º 0.48% 0.53% -
HSV(B) 7.3º 0.6% 0.76% -
XYZ 27.19 19.54 9.55 -
YUV 120.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 193 92 78 0 0.52 0.60 0.24 7.3 0.48 0.53
Hex C1 5C 4E 0 34 3C 18 7 30 35
Octal 301 134 116 0 64 74 30 7 60 65
Binary 11000001 1011100 1001110 0 110100 111100 11000 111 110000 110101

Color Harmonies of #C15C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C4E

Black with #C15C4E

Text Example


Text Example

White with #C15C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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