Html Css Color HEX #C2495F Blush

📋 copy color: '#C2495F'

red 194 ◦ green 73 ◦ blue 95

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

Shades of Blush #C2495F

Tints of Blush #C2495F

RGB

 RED value IS 194 (76.17% from 255) = 53.59%

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

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

R = 53.59%
G = 20.17%
B = 26.24%

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

#C2495F (or 0xC2495F) is known color: Blush. HEX triplet: C2, 49 and 5F. RGB value is (194,73,95). Sum of RGB (Red+Green+Blue) = 194+73+95=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C2495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2495F is #3DB6A0. Grayscale: #6F6F6F. Windows color (decimal): -4044449 or 6244802. OLE color: 6244802.

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

Color convert

RGB 194 73 95 -
CMYK 0 0.62 0.51 0.24
HSL 349.09º 0.5% 0.52% -
HSV(B) 349.09º 0.62% 0.76% -
XYZ 26.7 17.06 12.71 -
YUV 111.69 118.59 186.71 -
System Red Green Blue C M Y K H S L
Decimal 194 73 95 0 0.62 0.51 0.24 349.09 0.5 0.52
Hex C2 49 5F 0 3E 33 18 15D 32 34
Octal 302 111 137 0 76 63 30 535 62 64
Binary 11000010 1001001 1011111 0 111110 110011 11000 101011101 110010 110100

Color Harmonies of #C2495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2495F

Black with #C2495F

Text Example


Text Example

White with #C2495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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