Html Css Color HEX #C64253 Mandy

📋 copy color: '#C64253'

red 198 ◦ green 66 ◦ blue 83

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

Shades of Mandy #C64253

Tints of Mandy #C64253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 57.06%
G = 19.02%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C64253 (or 0xC64253) is known color: Mandy. HEX triplet: C6, 42 and 53. RGB value is (198,66,83). Sum of RGB (Red+Green+Blue) = 198+66+83=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C64253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64253 is #39BDAC. Grayscale: #6B6B6B. Windows color (decimal): -3784109 or 5456582. OLE color: 5456582.

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

Color convert

RGB 198 66 83 -
CMYK 0 0.67 0.58 0.22
HSL 352.27º 0.54% 0.52% -
HSV(B) 352.27º 0.67% 0.78% -
XYZ 26.8 16.53 9.96 -
YUV 107.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 198 66 83 0 0.67 0.58 0.22 352.27 0.54 0.52
Hex C6 42 53 0 43 3A 16 160 36 34
Octal 306 102 123 0 103 72 26 540 66 64
Binary 11000110 1000010 1010011 0 1000011 111010 10110 101100000 110110 110100

Color Harmonies of #C64253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64253

Black with #C64253

Text Example


Text Example

White with #C64253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64253; }

 p { color: rgb(198,66,83); }

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

background-color css

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

 a { background-color: rgb(198,66,83); }

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

border-color css

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

 span { border-color: rgb(198,66,83); }

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