Html Css Color HEX #C64858 Mandy

📋 copy color: '#C64858'

red 198 ◦ green 72 ◦ blue 88

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

Shades of Mandy #C64858

Tints of Mandy #C64858

RGB

 RED value IS 198 (77.73% from 255) = 55.31%

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 88 (34.77% from 255) = 24.58%

R = 55.31%
G = 20.11%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C64858 (or 0xC64858) is known color: Mandy. HEX triplet: C6, 48 and 58. RGB value is (198,72,88). Sum of RGB (Red+Green+Blue) = 198+72+88=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C64858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64858 is #39B7A7. Grayscale: #6F6F6F. Windows color (decimal): -3782568 or 5785798. OLE color: 5785798.

HSL color Cylindrical-coordinate representation of color #C64858: hue angle of 352.38º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64858 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 88 -
CMYK 0 0.64 0.56 0.22
HSL 352.38º 0.53% 0.53% -
HSV(B) 352.38º 0.64% 0.78% -
XYZ 27.37 17.35 11.14 -
YUV 111.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 198 72 88 0 0.64 0.56 0.22 352.38 0.53 0.53
Hex C6 48 58 0 40 38 16 160 34 35
Octal 306 110 130 0 100 70 26 540 64 65
Binary 11000110 1001000 1011000 0 1000000 111000 10110 101100000 110100 110101

Color Harmonies of #C64858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64858

Black with #C64858

Text Example


Text Example

White with #C64858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64858; }

 p { color: rgb(198,72,88); }

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

background-color css

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

 a { background-color: rgb(198,72,88); }

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

border-color css

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

 span { border-color: rgb(198,72,88); }

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