Html Css Color HEX #C64153 Mandy

📋 copy color: '#C64153'

red 198 ◦ green 65 ◦ blue 83

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

Shades of Mandy #C64153

Tints of Mandy #C64153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

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

R = 57.23%
G = 18.79%
B = 23.99%

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

#C64153 (or 0xC64153) is known color: Mandy. HEX triplet: C6, 41 and 53. RGB value is (198,65,83). Sum of RGB (Red+Green+Blue) = 198+65+83=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C64153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64153 is #39BEAC. Grayscale: #6A6A6A. Windows color (decimal): -3784365 or 5456326. OLE color: 5456326.

HSL color Cylindrical-coordinate representation of color #C64153: hue angle of 351.88º 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 #C64153 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 83 -
CMYK 0 0.67 0.58 0.22
HSL 351.88º 0.54% 0.52% -
HSV(B) 351.88º 0.67% 0.78% -
XYZ 26.74 16.41 9.94 -
YUV 106.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 198 65 83 0 0.67 0.58 0.22 351.88 0.54 0.52
Hex C6 41 53 0 43 3A 16 160 36 34
Octal 306 101 123 0 103 72 26 540 66 64
Binary 11000110 1000001 1010011 0 1000011 111010 10110 101100000 110110 110100

Color Harmonies of #C64153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64153

Black with #C64153

Text Example


Text Example

White with #C64153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64153; }

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

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

background-color css

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

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

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

border-color css

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

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

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