Html Css Color HEX #C15645 Flame Pea

📋 copy color: '#C15645'

red 193 ◦ green 86 ◦ blue 69

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

Shades of Flame Pea #C15645

Tints of Flame Pea #C15645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.71%

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 55.46%
G = 24.71%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C15645 (or 0xC15645) is known color: Flame Pea. HEX triplet: C1, 56 and 45. RGB value is (193,86,69). Sum of RGB (Red+Green+Blue) = 193+86+69=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C15645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15645 is #3EA9BA. Grayscale: #747474. Windows color (decimal): -4106683 or 4544193. OLE color: 4544193.

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

Color convert

RGB 193 86 69 -
CMYK 0 0.55 0.64 0.24
HSL 8.23º 0.5% 0.51% -
HSV(B) 8.23º 0.64% 0.76% -
XYZ 26.39 18.42 7.8 -
YUV 116.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 193 86 69 0 0.55 0.64 0.24 8.23 0.5 0.51
Hex C1 56 45 0 37 40 18 8 32 33
Octal 301 126 105 0 67 100 30 10 62 63
Binary 11000001 1010110 1000101 0 110111 1000000 11000 1000 110010 110011

Color Harmonies of #C15645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15645

Black with #C15645

Text Example


Text Example

White with #C15645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15645; }

 p { color: rgb(193,86,69); }

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

background-color css

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

 a { background-color: rgb(193,86,69); }

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

border-color css

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

 span { border-color: rgb(193,86,69); }

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