Html Css Color HEX #C15646 Flame Pea

📋 copy color: '#C15646'

red 193 ◦ green 86 ◦ blue 70

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

Shades of Flame Pea #C15646

Tints of Flame Pea #C15646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 55.3%
G = 24.64%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C15646 (or 0xC15646) is known color: Flame Pea. HEX triplet: C1, 56 and 46. RGB value is (193,86,70). Sum of RGB (Red+Green+Blue) = 193+86+70=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C15646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15646 is #3EA9B9. Grayscale: #747474. Windows color (decimal): -4106682 or 4609729. OLE color: 4609729.

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

Color convert

RGB 193 86 70 -
CMYK 0 0.55 0.64 0.24
HSL 7.8º 0.5% 0.52% -
HSV(B) 7.8º 0.64% 0.76% -
XYZ 26.43 18.44 7.96 -
YUV 116.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 193 86 70 0 0.55 0.64 0.24 7.8 0.5 0.52
Hex C1 56 46 0 37 40 18 8 32 34
Octal 301 126 106 0 67 100 30 10 62 64
Binary 11000001 1010110 1000110 0 110111 1000000 11000 1000 110010 110100

Color Harmonies of #C15646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15646

Black with #C15646

Text Example


Text Example

White with #C15646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15646; }

 p { color: rgb(193,86,70); }

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

background-color css

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

 a { background-color: rgb(193,86,70); }

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

border-color css

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

 span { border-color: rgb(193,86,70); }

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