Html Css Color HEX #C1465F Blush

📋 copy color: '#C1465F'

red 193 ◦ green 70 ◦ blue 95

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

Shades of Blush #C1465F

Tints of Blush #C1465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 53.91%
G = 19.55%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1465F (or 0xC1465F) is known color: Blush. HEX triplet: C1, 46 and 5F. RGB value is (193,70,95). Sum of RGB (Red+Green+Blue) = 193+70+95=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1465F is #3EB9A0. Grayscale: #6D6D6D. Windows color (decimal): -4110753 or 6244033. OLE color: 6244033.

HSL color Cylindrical-coordinate representation of color #C1465F: hue angle of 347.8º 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 #C1465F is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 95 -
CMYK 0 0.64 0.51 0.24
HSL 347.8º 0.5% 0.52% -
HSV(B) 347.8º 0.64% 0.76% -
XYZ 26.25 16.54 12.64 -
YUV 109.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 193 70 95 0 0.64 0.51 0.24 347.8 0.5 0.52
Hex C1 46 5F 0 40 33 18 15C 32 34
Octal 301 106 137 0 100 63 30 534 62 64
Binary 11000001 1000110 1011111 0 1000000 110011 11000 101011100 110010 110100

Color Harmonies of #C1465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1465F

Black with #C1465F

Text Example


Text Example

White with #C1465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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