Html Css Color HEX #C34961 Blush

📋 copy color: '#C34961'

red 195 ◦ green 73 ◦ blue 97

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

Shades of Blush #C34961

Tints of Blush #C34961

RGB

 RED value IS 195 (76.56% from 255) = 53.42%

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

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 53.42%
G = 20%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C34961 (or 0xC34961) is known color: Blush. HEX triplet: C3, 49 and 61. RGB value is (195,73,97). Sum of RGB (Red+Green+Blue) = 195+73+97=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C34961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34961 is #3CB69E. Grayscale: #707070. Windows color (decimal): -3978911 or 6375875. OLE color: 6375875.

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

Color convert

RGB 195 73 97 -
CMYK 0 0.63 0.50 0.24
HSL 348.2º 0.5% 0.53% -
HSV(B) 348.2º 0.63% 0.76% -
XYZ 27.05 17.23 13.21 -
YUV 112.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 195 73 97 0 0.63 0.50 0.24 348.2 0.5 0.53
Hex C3 49 61 0 3F 32 18 15C 32 35
Octal 303 111 141 0 77 62 30 534 62 65
Binary 11000011 1001001 1100001 0 111111 110010 11000 101011100 110010 110101

Color Harmonies of #C34961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34961

Black with #C34961

Text Example


Text Example

White with #C34961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34961; }

 p { color: rgb(195,73,97); }

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

background-color css

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

 a { background-color: rgb(195,73,97); }

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

border-color css

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

 span { border-color: rgb(195,73,97); }

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