Html Css Color HEX #C15848 Flame Pea

📋 copy color: '#C15848'

red 193 ◦ green 88 ◦ blue 72

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

Shades of Flame Pea #C15848

Tints of Flame Pea #C15848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 54.67%
G = 24.93%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C15848 (or 0xC15848) is known color: Flame Pea. HEX triplet: C1, 58 and 48. RGB value is (193,88,72). Sum of RGB (Red+Green+Blue) = 193+88+72=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C15848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15848 is #3EA7B7. Grayscale: #757575. Windows color (decimal): -4106168 or 4741313. OLE color: 4741313.

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

Color convert

RGB 193 88 72 -
CMYK 0 0.54 0.63 0.24
HSL 7.93º 0.49% 0.52% -
HSV(B) 7.93º 0.63% 0.76% -
XYZ 26.65 18.78 8.35 -
YUV 117.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 193 88 72 0 0.54 0.63 0.24 7.93 0.49 0.52
Hex C1 58 48 0 36 3F 18 8 31 34
Octal 301 130 110 0 66 77 30 10 61 64
Binary 11000001 1011000 1001000 0 110110 111111 11000 1000 110001 110100

Color Harmonies of #C15848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15848

Black with #C15848

Text Example


Text Example

White with #C15848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15848; }

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

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

background-color css

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

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

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

border-color css

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

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

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