Html Css Color HEX #C15846 Flame Pea

📋 copy color: '#C15846'

red 193 ◦ green 88 ◦ blue 70

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

Shades of Flame Pea #C15846

Tints of Flame Pea #C15846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.07%

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

R = 54.99%
G = 25.07%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C15846 (or 0xC15846) is known color: Flame Pea. HEX triplet: C1, 58 and 46. RGB value is (193,88,70). Sum of RGB (Red+Green+Blue) = 193+88+70=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C15846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15846 is #3EA7B9. Grayscale: #757575. Windows color (decimal): -4106170 or 4610241. OLE color: 4610241.

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

Color convert

RGB 193 88 70 -
CMYK 0 0.54 0.64 0.24
HSL 8.78º 0.5% 0.52% -
HSV(B) 8.78º 0.64% 0.76% -
XYZ 26.59 18.76 8.01 -
YUV 117.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 193 88 70 0 0.54 0.64 0.24 8.78 0.5 0.52
Hex C1 58 46 0 36 40 18 9 32 34
Octal 301 130 106 0 66 100 30 11 62 64
Binary 11000001 1011000 1000110 0 110110 1000000 11000 1001 110010 110100

Color Harmonies of #C15846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15846

Black with #C15846

Text Example


Text Example

White with #C15846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15846; }

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

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

background-color css

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

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

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

border-color css

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

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

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