Html Css Color HEX #C15B4D Flame Pea

📋 copy color: '#C15B4D'

red 193 ◦ green 91 ◦ blue 77

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

Shades of Flame Pea #C15B4D

Tints of Flame Pea #C15B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.21%

 BLUE value IS 77 (30.47% from 255) = 21.33%

R = 53.46%
G = 25.21%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C15B4D (or 0xC15B4D) is known color: Flame Pea. HEX triplet: C1, 5B and 4D. RGB value is (193,91,77). Sum of RGB (Red+Green+Blue) = 193+91+77=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B4D is #3EA4B2. Grayscale: #787878. Windows color (decimal): -4105395 or 5069761. OLE color: 5069761.

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

Color convert

RGB 193 91 77 -
CMYK 0 0.53 0.60 0.24
HSL 7.24º 0.48% 0.53% -
HSV(B) 7.24º 0.6% 0.76% -
XYZ 27.07 19.36 9.33 -
YUV 119.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 193 91 77 0 0.53 0.60 0.24 7.24 0.48 0.53
Hex C1 5B 4D 0 35 3C 18 7 30 35
Octal 301 133 115 0 65 74 30 7 60 65
Binary 11000001 1011011 1001101 0 110101 111100 11000 111 110000 110101

Color Harmonies of #C15B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B4D

Black with #C15B4D

Text Example


Text Example

White with #C15B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B4D; }

 p { color: rgb(193,91,77); }

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

background-color css

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

 a { background-color: rgb(193,91,77); }

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

border-color css

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

 span { border-color: rgb(193,91,77); }

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