Html Css Color HEX #C34464 Blush

📋 copy color: '#C34464'

red 195 ◦ green 68 ◦ blue 100

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

Shades of Blush #C34464

Tints of Blush #C34464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 53.72%
G = 18.73%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C34464 (or 0xC34464) is known color: Blush. HEX triplet: C3, 44 and 64. RGB value is (195,68,100). Sum of RGB (Red+Green+Blue) = 195+68+100=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C34464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34464 is #3CBB9B. Grayscale: #6D6D6D. Windows color (decimal): -3980188 or 6571203. OLE color: 6571203.

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

Color convert

RGB 195 68 100 -
CMYK 0 0.65 0.49 0.24
HSL 344.88º 0.51% 0.52% -
HSV(B) 344.88º 0.65% 0.76% -
XYZ 26.87 16.66 13.86 -
YUV 109.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 195 68 100 0 0.65 0.49 0.24 344.88 0.51 0.52
Hex C3 44 64 0 41 31 18 159 33 34
Octal 303 104 144 0 101 61 30 531 63 64
Binary 11000011 1000100 1100100 0 1000001 110001 11000 101011001 110011 110100

Color Harmonies of #C34464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34464

Black with #C34464

Text Example


Text Example

White with #C34464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34464; }

 p { color: rgb(195,68,100); }

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

background-color css

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

 a { background-color: rgb(195,68,100); }

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

border-color css

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

 span { border-color: rgb(195,68,100); }

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