Html Css Color HEX #C15845 Flame Pea

📋 copy color: '#C15845'

red 193 ◦ green 88 ◦ blue 69

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

Shades of Flame Pea #C15845

Tints of Flame Pea #C15845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 55.14%
G = 25.14%
B = 19.71%

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

#C15845 (or 0xC15845) is known color: Flame Pea. HEX triplet: C1, 58 and 45. RGB value is (193,88,69). Sum of RGB (Red+Green+Blue) = 193+88+69=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C15845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15845 is #3EA7BA. Grayscale: #757575. Windows color (decimal): -4106171 or 4544705. OLE color: 4544705.

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

Color convert

RGB 193 88 69 -
CMYK 0 0.54 0.64 0.24
HSL 9.19º 0.5% 0.51% -
HSV(B) 9.19º 0.64% 0.76% -
XYZ 26.56 18.75 7.85 -
YUV 117.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 193 88 69 0 0.54 0.64 0.24 9.19 0.5 0.51
Hex C1 58 45 0 36 40 18 9 32 33
Octal 301 130 105 0 66 100 30 11 62 63
Binary 11000001 1011000 1000101 0 110110 1000000 11000 1001 110010 110011

Color Harmonies of #C15845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15845

Black with #C15845

Text Example


Text Example

White with #C15845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15845; }

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

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

background-color css

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

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

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

border-color css

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

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

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