Html Css Color HEX #C15665 Blush

📋 copy color: '#C15665'

red 193 ◦ green 86 ◦ blue 101

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

Shades of Blush #C15665

Tints of Blush #C15665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 50.79%
G = 22.63%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C15665 (or 0xC15665) is known color: Blush. HEX triplet: C1, 56 and 65. RGB value is (193,86,101). Sum of RGB (Red+Green+Blue) = 193+86+101=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C15665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15665 is #3EA99A. Grayscale: #777777. Windows color (decimal): -4106651 or 6641345. OLE color: 6641345.

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

Color convert

RGB 193 86 101 -
CMYK 0 0.55 0.48 0.24
HSL 351.59º 0.46% 0.55% -
HSV(B) 351.59º 0.55% 0.76% -
XYZ 27.67 18.93 14.51 -
YUV 119.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 193 86 101 0 0.55 0.48 0.24 351.59 0.46 0.55
Hex C1 56 65 0 37 30 18 160 2E 37
Octal 301 126 145 0 67 60 30 540 56 67
Binary 11000001 1010110 1100101 0 110111 110000 11000 101100000 101110 110111

Color Harmonies of #C15665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15665

Black with #C15665

Text Example


Text Example

White with #C15665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15665; }

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

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

background-color css

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

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

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

border-color css

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

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

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