Html Css Color HEX #C64058 Mandy

📋 copy color: '#C64058'

red 198 ◦ green 64 ◦ blue 88

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

Shades of Mandy #C64058

Tints of Mandy #C64058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

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

R = 56.57%
G = 18.29%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C64058 (or 0xC64058) is known color: Mandy. HEX triplet: C6, 40 and 58. RGB value is (198,64,88). Sum of RGB (Red+Green+Blue) = 198+64+88=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C64058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64058 is #39BFA7. Grayscale: #6A6A6A. Windows color (decimal): -3784616 or 5783750. OLE color: 5783750.

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

Color convert

RGB 198 64 88 -
CMYK 0 0.68 0.56 0.22
HSL 349.25º 0.54% 0.51% -
HSV(B) 349.25º 0.68% 0.78% -
XYZ 26.88 16.38 10.98 -
YUV 106.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 198 64 88 0 0.68 0.56 0.22 349.25 0.54 0.51
Hex C6 40 58 0 44 38 16 15D 36 33
Octal 306 100 130 0 104 70 26 535 66 63
Binary 11000110 1000000 1011000 0 1000100 111000 10110 101011101 110110 110011

Color Harmonies of #C64058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64058

Black with #C64058

Text Example


Text Example

White with #C64058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64058; }

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

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

background-color css

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

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

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

border-color css

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

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

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