Html Css Color HEX #C55F64 Mandy

📋 copy color: '#C55F64'

red 197 ◦ green 95 ◦ blue 100

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

Shades of Mandy #C55F64

Tints of Mandy #C55F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 50.26%
G = 24.23%
B = 25.51%

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

#C55F64 (or 0xC55F64) is known color: Mandy. HEX triplet: C5, 5F and 64. RGB value is (197,95,100). Sum of RGB (Red+Green+Blue) = 197+95+100=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F64 is #3AA09B. Grayscale: #7E7E7E. Windows color (decimal): -3842204 or 6578117. OLE color: 6578117.

HSL color Cylindrical-coordinate representation of color #C55F64: hue angle of 357.06º 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 #C55F64 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 100 -
CMYK 0 0.52 0.49 0.23
HSL 357.06º 0.47% 0.57% -
HSV(B) 357.06º 0.52% 0.77% -
XYZ 29.42 20.97 14.55 -
YUV 126.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 197 95 100 0 0.52 0.49 0.23 357.06 0.47 0.57
Hex C5 5F 64 0 34 31 17 165 2F 39
Octal 305 137 144 0 64 61 27 545 57 71
Binary 11000101 1011111 1100100 0 110100 110001 10111 101100101 101111 111001

Color Harmonies of #C55F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F64

Black with #C55F64

Text Example


Text Example

White with #C55F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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