Html Css Color HEX #C15B46 Flame Pea

📋 copy color: '#C15B46'

red 193 ◦ green 91 ◦ blue 70

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

Shades of Flame Pea #C15B46

Tints of Flame Pea #C15B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 54.52%
G = 25.71%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C15B46 (or 0xC15B46) is known color: Flame Pea. HEX triplet: C1, 5B and 46. RGB value is (193,91,70). Sum of RGB (Red+Green+Blue) = 193+91+70=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B46 is #3EA4B9. Grayscale: #777777. Windows color (decimal): -4105402 or 4611009. OLE color: 4611009.

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

Color convert

RGB 193 91 70 -
CMYK 0 0.53 0.64 0.24
HSL 10.24º 0.5% 0.52% -
HSV(B) 10.24º 0.64% 0.76% -
XYZ 26.84 19.26 8.1 -
YUV 119.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 193 91 70 0 0.53 0.64 0.24 10.24 0.5 0.52
Hex C1 5B 46 0 35 40 18 A 32 34
Octal 301 133 106 0 65 100 30 12 62 64
Binary 11000001 1011011 1000110 0 110101 1000000 11000 1010 110010 110100

Color Harmonies of #C15B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B46

Black with #C15B46

Text Example


Text Example

White with #C15B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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