Html Css Color HEX #C64D52 Mandy

📋 copy color: '#C64D52'

red 198 ◦ green 77 ◦ blue 82

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

Shades of Mandy #C64D52

Tints of Mandy #C64D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 55.46%
G = 21.57%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C64D52 (or 0xC64D52) is known color: Mandy. HEX triplet: C6, 4D and 52. RGB value is (198,77,82). Sum of RGB (Red+Green+Blue) = 198+77+82=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D52 is #39B2AD. Grayscale: #717171. Windows color (decimal): -3781294 or 5393862. OLE color: 5393862.

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

Color convert

RGB 198 77 82 -
CMYK 0 0.61 0.59 0.22
HSL 357.52º 0.51% 0.54% -
HSV(B) 357.52º 0.61% 0.78% -
XYZ 27.47 17.92 9.99 -
YUV 113.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 198 77 82 0 0.61 0.59 0.22 357.52 0.51 0.54
Hex C6 4D 52 0 3D 3B 16 166 33 36
Octal 306 115 122 0 75 73 26 546 63 66
Binary 11000110 1001101 1010010 0 111101 111011 10110 101100110 110011 110110

Color Harmonies of #C64D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D52

Black with #C64D52

Text Example


Text Example

White with #C64D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D52; }

 p { color: rgb(198,77,82); }

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

background-color css

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

 a { background-color: rgb(198,77,82); }

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

border-color css

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

 span { border-color: rgb(198,77,82); }

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