Html Css Color HEX #C34B5F Mandy

📋 copy color: '#C34B5F'

red 195 ◦ green 75 ◦ blue 95

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

Shades of Mandy #C34B5F

Tints of Mandy #C34B5F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.55%

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

R = 53.42%
G = 20.55%
B = 26.03%

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

#C34B5F (or 0xC34B5F) is known color: Mandy. HEX triplet: C3, 4B and 5F. RGB value is (195,75,95). Sum of RGB (Red+Green+Blue) = 195+75+95=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B5F is #3CB4A0. Grayscale: #717171. Windows color (decimal): -3978401 or 6245315. OLE color: 6245315.

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

Color convert

RGB 195 75 95 -
CMYK 0 0.62 0.51 0.24
HSL 350º 0.5% 0.53% -
HSV(B) 350º 0.62% 0.76% -
XYZ 27.09 17.46 12.77 -
YUV 113.16 117.76 186.37 -
System Red Green Blue C M Y K H S L
Decimal 195 75 95 0 0.62 0.51 0.24 350 0.5 0.53
Hex C3 4B 5F 0 3E 33 18 15E 32 35
Octal 303 113 137 0 76 63 30 536 62 65
Binary 11000011 1001011 1011111 0 111110 110011 11000 101011110 110010 110101

Color Harmonies of #C34B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34B5F

Black with #C34B5F

Text Example


Text Example

White with #C34B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34B5F; }

 p { color: rgb(195,75,95); }

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

background-color css

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

 a { background-color: rgb(195,75,95); }

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

border-color css

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

 span { border-color: rgb(195,75,95); }

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