Html Css Color HEX #C34661 Blush

📋 copy color: '#C34661'

red 195 ◦ green 70 ◦ blue 97

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

Shades of Blush #C34661

Tints of Blush #C34661

RGB

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

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

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

R = 53.87%
G = 19.34%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C34661 (or 0xC34661) is known color: Blush. HEX triplet: C3, 46 and 61. RGB value is (195,70,97). Sum of RGB (Red+Green+Blue) = 195+70+97=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C34661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34661 is #3CB99E. Grayscale: #6E6E6E. Windows color (decimal): -3979679 or 6375107. OLE color: 6375107.

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

Color convert

RGB 195 70 97 -
CMYK 0 0.64 0.50 0.24
HSL 347.04º 0.51% 0.52% -
HSV(B) 347.04º 0.64% 0.76% -
XYZ 26.85 16.85 13.15 -
YUV 110.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 195 70 97 0 0.64 0.50 0.24 347.04 0.51 0.52
Hex C3 46 61 0 40 32 18 15B 33 34
Octal 303 106 141 0 100 62 30 533 63 64
Binary 11000011 1000110 1100001 0 1000000 110010 11000 101011011 110011 110100

Color Harmonies of #C34661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34661

Black with #C34661

Text Example


Text Example

White with #C34661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34661; }

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

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

background-color css

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

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

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

border-color css

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

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

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