Html Css Color HEX #C1465D Blush

📋 copy color: '#C1465D'

red 193 ◦ green 70 ◦ blue 93

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

Shades of Blush #C1465D

Tints of Blush #C1465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 54.21%
G = 19.66%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1465D (or 0xC1465D) is known color: Blush. HEX triplet: C1, 46 and 5D. RGB value is (193,70,93). Sum of RGB (Red+Green+Blue) = 193+70+93=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1465D is #3EB9A2. Grayscale: #6D6D6D. Windows color (decimal): -4110755 or 6112961. OLE color: 6112961.

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

Color convert

RGB 193 70 93 -
CMYK 0 0.64 0.52 0.24
HSL 348.78º 0.5% 0.52% -
HSV(B) 348.78º 0.64% 0.76% -
XYZ 26.16 16.51 12.16 -
YUV 109.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 193 70 93 0 0.64 0.52 0.24 348.78 0.5 0.52
Hex C1 46 5D 0 40 34 18 15D 32 34
Octal 301 106 135 0 100 64 30 535 62 64
Binary 11000001 1000110 1011101 0 1000000 110100 11000 101011101 110010 110100

Color Harmonies of #C1465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1465D

Black with #C1465D

Text Example


Text Example

White with #C1465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1465D; }

 p { color: rgb(193,70,93); }

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

background-color css

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

 a { background-color: rgb(193,70,93); }

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

border-color css

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

 span { border-color: rgb(193,70,93); }

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