Html Css Color HEX #C95C65 Mandy

📋 copy color: '#C95C65'

red 201 ◦ green 92 ◦ blue 101

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

Shades of Mandy #C95C65

Tints of Mandy #C95C65

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

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

R = 51.02%
G = 23.35%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95C65 (or 0xC95C65) is known color: Mandy. HEX triplet: C9, 5C and 65. RGB value is (201,92,101). Sum of RGB (Red+Green+Blue) = 201+92+101=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C65 is #36A39A. Grayscale: #7D7D7D. Windows color (decimal): -3580827 or 6642889. OLE color: 6642889.

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

Color convert

RGB 201 92 101 -
CMYK 0 0.54 0.50 0.21
HSL 355.05º 0.5% 0.57% -
HSV(B) 355.05º 0.54% 0.79% -
XYZ 30.26 21.01 14.77 -
YUV 125.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 201 92 101 0 0.54 0.50 0.21 355.05 0.5 0.57
Hex C9 5C 65 0 36 32 15 163 32 39
Octal 311 134 145 0 66 62 25 543 62 71
Binary 11001001 1011100 1100101 0 110110 110010 10101 101100011 110010 111001

Color Harmonies of #C95C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C65

Black with #C95C65

Text Example


Text Example

White with #C95C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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