Html Css Color HEX #C35A5D Mandy

📋 copy color: '#C35A5D'

red 195 ◦ green 90 ◦ blue 93

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

Shades of Mandy #C35A5D

Tints of Mandy #C35A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.81%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 51.59%
G = 23.81%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C35A5D (or 0xC35A5D) is known color: Mandy. HEX triplet: C3, 5A and 5D. RGB value is (195,90,93). Sum of RGB (Red+Green+Blue) = 195+90+93=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A5D is #3CA5A2. Grayscale: #797979. Windows color (decimal): -3974563 or 6118083. OLE color: 6118083.

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

Color convert

RGB 195 90 93 -
CMYK 0 0.54 0.52 0.24
HSL 358.29º 0.47% 0.56% -
HSV(B) 358.29º 0.54% 0.76% -
XYZ 28.14 19.7 12.68 -
YUV 121.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 195 90 93 0 0.54 0.52 0.24 358.29 0.47 0.56
Hex C3 5A 5D 0 36 34 18 166 2F 38
Octal 303 132 135 0 66 64 30 546 57 70
Binary 11000011 1011010 1011101 0 110110 110100 11000 101100110 101111 111000

Color Harmonies of #C35A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A5D

Black with #C35A5D

Text Example


Text Example

White with #C35A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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