Html Css Color HEX #C15C41 Flame Pea

📋 copy color: '#C15C41'

red 193 ◦ green 92 ◦ blue 65

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

Shades of Flame Pea #C15C41

Tints of Flame Pea #C15C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.57%

R = 55.14%
G = 26.29%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C15C41 (or 0xC15C41) is known color: Flame Pea. HEX triplet: C1, 5C and 41. RGB value is (193,92,65). Sum of RGB (Red+Green+Blue) = 193+92+65=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C41 is #3EA3BE. Grayscale: #777777. Windows color (decimal): -4105151 or 4283585. OLE color: 4283585.

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

Color convert

RGB 193 92 65 -
CMYK 0 0.52 0.66 0.24
HSL 12.66º 0.51% 0.51% -
HSV(B) 12.66º 0.66% 0.76% -
XYZ 26.77 19.37 7.33 -
YUV 119.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 193 92 65 0 0.52 0.66 0.24 12.66 0.51 0.51
Hex C1 5C 41 0 34 42 18 D 33 33
Octal 301 134 101 0 64 102 30 15 63 63
Binary 11000001 1011100 1000001 0 110100 1000010 11000 1101 110011 110011

Color Harmonies of #C15C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C41

Black with #C15C41

Text Example


Text Example

White with #C15C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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