Html Css Color HEX #C95360 Mandy

📋 copy color: '#C95360'

red 201 ◦ green 83 ◦ blue 96

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

Shades of Mandy #C95360

Tints of Mandy #C95360

RGB

 RED value IS 201 (78.91% from 255) = 52.89%

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 52.89%
G = 21.84%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95360 (or 0xC95360) is known color: Mandy. HEX triplet: C9, 53 and 60. RGB value is (201,83,96). Sum of RGB (Red+Green+Blue) = 201+83+96=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C95360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95360 is #36AC9F. Grayscale: #777777. Windows color (decimal): -3583136 or 6312905. OLE color: 6312905.

HSL color Cylindrical-coordinate representation of color #C95360: hue angle of 353.39º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95360 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 96 -
CMYK 0 0.59 0.52 0.21
HSL 353.39º 0.52% 0.56% -
HSV(B) 353.39º 0.59% 0.79% -
XYZ 29.29 19.45 13.28 -
YUV 119.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 201 83 96 0 0.59 0.52 0.21 353.39 0.52 0.56
Hex C9 53 60 0 3B 34 15 161 34 38
Octal 311 123 140 0 73 64 25 541 64 70
Binary 11001001 1010011 1100000 0 111011 110100 10101 101100001 110100 111000

Color Harmonies of #C95360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95360

Black with #C95360

Text Example


Text Example

White with #C95360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95360; }

 p { color: rgb(201,83,96); }

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

background-color css

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

 a { background-color: rgb(201,83,96); }

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

border-color css

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

 span { border-color: rgb(201,83,96); }

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