Html Css Color HEX #C15365 Blush

📋 copy color: '#C15365'

red 193 ◦ green 83 ◦ blue 101

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

Shades of Blush #C15365

Tints of Blush #C15365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 51.19%
G = 22.02%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C15365 (or 0xC15365) is known color: Blush. HEX triplet: C1, 53 and 65. RGB value is (193,83,101). Sum of RGB (Red+Green+Blue) = 193+83+101=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C15365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15365 is #3EAC9A. Grayscale: #757575. Windows color (decimal): -4107419 or 6640577. OLE color: 6640577.

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

Color convert

RGB 193 83 101 -
CMYK 0 0.57 0.48 0.24
HSL 350.18º 0.47% 0.54% -
HSV(B) 350.18º 0.57% 0.76% -
XYZ 27.43 18.46 14.43 -
YUV 117.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 193 83 101 0 0.57 0.48 0.24 350.18 0.47 0.54
Hex C1 53 65 0 39 30 18 15E 2F 36
Octal 301 123 145 0 71 60 30 536 57 66
Binary 11000001 1010011 1100101 0 111001 110000 11000 101011110 101111 110110

Color Harmonies of #C15365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15365

Black with #C15365

Text Example


Text Example

White with #C15365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15365; }

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

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

background-color css

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

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

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

border-color css

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

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

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