Html Css Color HEX #C1495F Blush

📋 copy color: '#C1495F'

red 193 ◦ green 73 ◦ blue 95

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

Shades of Blush #C1495F

Tints of Blush #C1495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.22%

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

R = 53.46%
G = 20.22%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1495F (or 0xC1495F) is known color: Blush. HEX triplet: C1, 49 and 5F. RGB value is (193,73,95). Sum of RGB (Red+Green+Blue) = 193+73+95=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C1495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1495F is #3EB6A0. Grayscale: #6F6F6F. Windows color (decimal): -4109985 or 6244801. OLE color: 6244801.

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

Color convert

RGB 193 73 95 -
CMYK 0 0.62 0.51 0.24
HSL 349º 0.49% 0.52% -
HSV(B) 349º 0.62% 0.76% -
XYZ 26.44 16.93 12.7 -
YUV 111.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 193 73 95 0 0.62 0.51 0.24 349 0.49 0.52
Hex C1 49 5F 0 3E 33 18 15D 31 34
Octal 301 111 137 0 76 63 30 535 61 64
Binary 11000001 1001001 1011111 0 111110 110011 11000 101011101 110001 110100

Color Harmonies of #C1495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1495F

Black with #C1495F

Text Example


Text Example

White with #C1495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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