Html Css Color HEX #C34361 Blush

📋 copy color: '#C34361'

red 195 ◦ green 67 ◦ blue 97

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

Shades of Blush #C34361

Tints of Blush #C34361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.66%

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

R = 54.32%
G = 18.66%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C34361 (or 0xC34361) is known color: Blush. HEX triplet: C3, 43 and 61. RGB value is (195,67,97). Sum of RGB (Red+Green+Blue) = 195+67+97=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C34361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34361 is #3CBC9E. Grayscale: #6C6C6C. Windows color (decimal): -3980447 or 6374339. OLE color: 6374339.

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

Color convert

RGB 195 67 97 -
CMYK 0 0.66 0.50 0.24
HSL 345.94º 0.52% 0.51% -
HSV(B) 345.94º 0.66% 0.76% -
XYZ 26.67 16.48 13.08 -
YUV 108.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 195 67 97 0 0.66 0.50 0.24 345.94 0.52 0.51
Hex C3 43 61 0 42 32 18 15A 34 33
Octal 303 103 141 0 102 62 30 532 64 63
Binary 11000011 1000011 1100001 0 1000010 110010 11000 101011010 110100 110011

Color Harmonies of #C34361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34361

Black with #C34361

Text Example


Text Example

White with #C34361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34361; }

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

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

background-color css

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

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

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

border-color css

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

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

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