Html Css Color HEX #C64B61 Mandy

📋 copy color: '#C64B61'

red 198 ◦ green 75 ◦ blue 97

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

Shades of Mandy #C64B61

Tints of Mandy #C64B61

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.27%

 BLUE value IS 97 (38.28% from 255) = 26.22%

R = 53.51%
G = 20.27%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C64B61 (or 0xC64B61) is known color: Mandy. HEX triplet: C6, 4B and 61. RGB value is (198,75,97). Sum of RGB (Red+Green+Blue) = 198+75+97=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B61 is #39B49E. Grayscale: #727272. Windows color (decimal): -3781791 or 6376390. OLE color: 6376390.

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

Color convert

RGB 198 75 97 -
CMYK 0 0.62 0.51 0.22
HSL 349.27º 0.52% 0.54% -
HSV(B) 349.27º 0.62% 0.78% -
XYZ 27.96 17.9 13.29 -
YUV 114.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 198 75 97 0 0.62 0.51 0.22 349.27 0.52 0.54
Hex C6 4B 61 0 3E 33 16 15D 34 36
Octal 306 113 141 0 76 63 26 535 64 66
Binary 11000110 1001011 1100001 0 111110 110011 10110 101011101 110100 110110

Color Harmonies of #C64B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B61

Black with #C64B61

Text Example


Text Example

White with #C64B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B61; }

 p { color: rgb(198,75,97); }

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

background-color css

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

 a { background-color: rgb(198,75,97); }

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

border-color css

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

 span { border-color: rgb(198,75,97); }

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