Html Css Color HEX #C55F65 Mandy

📋 copy color: '#C55F65'

red 197 ◦ green 95 ◦ blue 101

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

Shades of Mandy #C55F65

Tints of Mandy #C55F65

RGB

 RED value IS 197 (77.34% from 255) = 50.13%

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

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

R = 50.13%
G = 24.17%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C55F65 (or 0xC55F65) is known color: Mandy. HEX triplet: C5, 5F and 65. RGB value is (197,95,101). Sum of RGB (Red+Green+Blue) = 197+95+101=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F65 is #3AA09A. Grayscale: #7E7E7E. Windows color (decimal): -3842203 or 6643653. OLE color: 6643653.

HSL color Cylindrical-coordinate representation of color #C55F65: hue angle of 356.47º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55F65 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 101 -
CMYK 0 0.52 0.49 0.23
HSL 356.47º 0.47% 0.57% -
HSV(B) 356.47º 0.52% 0.77% -
XYZ 29.47 20.99 14.81 -
YUV 126.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 197 95 101 0 0.52 0.49 0.23 356.47 0.47 0.57
Hex C5 5F 65 0 34 31 17 164 2F 39
Octal 305 137 145 0 64 61 27 544 57 71
Binary 11000101 1011111 1100101 0 110100 110001 10111 101100100 101111 111001

Color Harmonies of #C55F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F65

Black with #C55F65

Text Example


Text Example

White with #C55F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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