Html Css Color HEX #C95F65 Mandy

📋 copy color: '#C95F65'

red 201 ◦ green 95 ◦ blue 101

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

Shades of Mandy #C95F65

Tints of Mandy #C95F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 50.63%
G = 23.93%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95F65 (or 0xC95F65) is known color: Mandy. HEX triplet: C9, 5F and 65. RGB value is (201,95,101). Sum of RGB (Red+Green+Blue) = 201+95+101=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F65 is #36A09A. Grayscale: #7F7F7F. Windows color (decimal): -3580059 or 6643657. OLE color: 6643657.

HSL color Cylindrical-coordinate representation of color #C95F65: hue angle of 356.6º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95F65 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 95 101 -
CMYK 0 0.53 0.50 0.21
HSL 356.6º 0.5% 0.58% -
HSV(B) 356.6º 0.53% 0.79% -
XYZ 30.53 21.54 14.86 -
YUV 127.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 201 95 101 0 0.53 0.50 0.21 356.6 0.5 0.58
Hex C9 5F 65 0 35 32 15 165 32 3A
Octal 311 137 145 0 65 62 25 545 62 72
Binary 11001001 1011111 1100101 0 110101 110010 10101 101100101 110010 111010

Color Harmonies of #C95F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F65

Black with #C95F65

Text Example


Text Example

White with #C95F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F65; }

 p { color: rgb(201,95,101); }

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

background-color css

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

 a { background-color: rgb(201,95,101); }

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

border-color css

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

 span { border-color: rgb(201,95,101); }

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