Html Css Color HEX #C15F4F Flame Pea

📋 copy color: '#C15F4F'

red 193 ◦ green 95 ◦ blue 79

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

Shades of Flame Pea #C15F4F

Tints of Flame Pea #C15F4F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

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

R = 52.59%
G = 25.89%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C15F4F (or 0xC15F4F) is known color: Flame Pea. HEX triplet: C1, 5F and 4F. RGB value is (193,95,79). Sum of RGB (Red+Green+Blue) = 193+95+79=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F4F is #3EA0B0. Grayscale: #7A7A7A. Windows color (decimal): -4104369 or 5201857. OLE color: 5201857.

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

Color convert

RGB 193 95 79 -
CMYK 0 0.51 0.59 0.24
HSL 8.42º 0.48% 0.53% -
HSV(B) 8.42º 0.59% 0.76% -
XYZ 27.5 20.09 9.83 -
YUV 122.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 193 95 79 0 0.51 0.59 0.24 8.42 0.48 0.53
Hex C1 5F 4F 0 33 3B 18 8 30 35
Octal 301 137 117 0 63 73 30 10 60 65
Binary 11000001 1011111 1001111 0 110011 111011 11000 1000 110000 110101

Color Harmonies of #C15F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F4F

Black with #C15F4F

Text Example


Text Example

White with #C15F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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