Html Css Color HEX #C15C4F Flame Pea

📋 copy color: '#C15C4F'

red 193 ◦ green 92 ◦ blue 79

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

Shades of Flame Pea #C15C4F

Tints of Flame Pea #C15C4F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.27%

 BLUE value IS 79 (31.25% from 255) = 21.7%

R = 53.02%
G = 25.27%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C15C4F (or 0xC15C4F) is known color: Flame Pea. HEX triplet: C1, 5C and 4F. RGB value is (193,92,79). Sum of RGB (Red+Green+Blue) = 193+92+79=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C4F is #3EA3B0. Grayscale: #787878. Windows color (decimal): -4105137 or 5201089. OLE color: 5201089.

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

Color convert

RGB 193 92 79 -
CMYK 0 0.52 0.59 0.24
HSL 6.84º 0.48% 0.53% -
HSV(B) 6.84º 0.59% 0.76% -
XYZ 27.23 19.56 9.74 -
YUV 120.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 193 92 79 0 0.52 0.59 0.24 6.84 0.48 0.53
Hex C1 5C 4F 0 34 3B 18 7 30 35
Octal 301 134 117 0 64 73 30 7 60 65
Binary 11000001 1011100 1001111 0 110100 111011 11000 111 110000 110101

Color Harmonies of #C15C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C4F

Black with #C15C4F

Text Example


Text Example

White with #C15C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C4F; }

 p { color: rgb(193,92,79); }

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

background-color css

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

 a { background-color: rgb(193,92,79); }

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

border-color css

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

 span { border-color: rgb(193,92,79); }

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