Html Css Color HEX #C34A5A Mandy

📋 copy color: '#C34A5A'

red 195 ◦ green 74 ◦ blue 90

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

Shades of Mandy #C34A5A

Tints of Mandy #C34A5A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 54.32%
G = 20.61%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C34A5A (or 0xC34A5A) is known color: Mandy. HEX triplet: C3, 4A and 5A. RGB value is (195,74,90). Sum of RGB (Red+Green+Blue) = 195+74+90=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A5A is #3CB5A5. Grayscale: #707070. Windows color (decimal): -3978662 or 5917379. OLE color: 5917379.

HSL color Cylindrical-coordinate representation of color #C34A5A: hue angle of 352.07º 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 #C34A5A is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 74 90 -
CMYK 0 0.62 0.54 0.24
HSL 352.07º 0.5% 0.53% -
HSV(B) 352.07º 0.62% 0.76% -
XYZ 26.8 17.24 11.59 -
YUV 112 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 195 74 90 0 0.62 0.54 0.24 352.07 0.5 0.53
Hex C3 4A 5A 0 3E 36 18 160 32 35
Octal 303 112 132 0 76 66 30 540 62 65
Binary 11000011 1001010 1011010 0 111110 110110 11000 101100000 110010 110101

Color Harmonies of #C34A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A5A

Black with #C34A5A

Text Example


Text Example

White with #C34A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A5A; }

 p { color: rgb(195,74,90); }

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

background-color css

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

 a { background-color: rgb(195,74,90); }

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

border-color css

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

 span { border-color: rgb(195,74,90); }

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