Html Css Color HEX #C15464 Blush

📋 copy color: '#C15464'

red 193 ◦ green 84 ◦ blue 100

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

Shades of Blush #C15464

Tints of Blush #C15464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 51.19%
G = 22.28%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C15464 (or 0xC15464) is known color: Blush. HEX triplet: C1, 54 and 64. RGB value is (193,84,100). Sum of RGB (Red+Green+Blue) = 193+84+100=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C15464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15464 is #3EAB9B. Grayscale: #767676. Windows color (decimal): -4107164 or 6575297. OLE color: 6575297.

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

Color convert

RGB 193 84 100 -
CMYK 0 0.56 0.48 0.24
HSL 351.19º 0.47% 0.54% -
HSV(B) 351.19º 0.56% 0.76% -
XYZ 27.46 18.6 14.2 -
YUV 118.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 193 84 100 0 0.56 0.48 0.24 351.19 0.47 0.54
Hex C1 54 64 0 38 30 18 15F 2F 36
Octal 301 124 144 0 70 60 30 537 57 66
Binary 11000001 1010100 1100100 0 111000 110000 11000 101011111 101111 110110

Color Harmonies of #C15464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15464

Black with #C15464

Text Example


Text Example

White with #C15464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15464; }

 p { color: rgb(193,84,100); }

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

background-color css

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

 a { background-color: rgb(193,84,100); }

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

border-color css

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

 span { border-color: rgb(193,84,100); }

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