Html Css Color HEX #C15540 Flame Pea

📋 copy color: '#C15540'

red 193 ◦ green 85 ◦ blue 64

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

Shades of Flame Pea #C15540

Tints of Flame Pea #C15540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 56.43%
G = 24.85%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C15540 (or 0xC15540) is known color: Flame Pea. HEX triplet: C1, 55 and 40. RGB value is (193,85,64). Sum of RGB (Red+Green+Blue) = 193+85+64=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C15540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15540 is #3EAABF. Grayscale: #737373. Windows color (decimal): -4106944 or 4216257. OLE color: 4216257.

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

Color convert

RGB 193 85 64 -
CMYK 0 0.56 0.67 0.24
HSL 9.77º 0.51% 0.5% -
HSV(B) 9.77º 0.67% 0.76% -
XYZ 26.17 18.2 6.99 -
YUV 114.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 193 85 64 0 0.56 0.67 0.24 9.77 0.51 0.5
Hex C1 55 40 0 38 43 18 A 33 32
Octal 301 125 100 0 70 103 30 12 63 62
Binary 11000001 1010101 1000000 0 111000 1000011 11000 1010 110011 110010

Color Harmonies of #C15540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15540

Black with #C15540

Text Example


Text Example

White with #C15540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15540; }

 p { color: rgb(193,85,64); }

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

background-color css

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

 a { background-color: rgb(193,85,64); }

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

border-color css

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

 span { border-color: rgb(193,85,64); }

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