Html Css Color HEX #C64450 Mandy

📋 copy color: '#C64450'

red 198 ◦ green 68 ◦ blue 80

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

Shades of Mandy #C64450

Tints of Mandy #C64450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.65%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 57.23%
G = 19.65%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C64450 (or 0xC64450) is known color: Mandy. HEX triplet: C6, 44 and 50. RGB value is (198,68,80). Sum of RGB (Red+Green+Blue) = 198+68+80=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C64450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64450 is #39BBAF. Grayscale: #6C6C6C. Windows color (decimal): -3783600 or 5260486. OLE color: 5260486.

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

Color convert

RGB 198 68 80 -
CMYK 0 0.66 0.60 0.22
HSL 354.46º 0.53% 0.52% -
HSV(B) 354.46º 0.66% 0.78% -
XYZ 26.8 16.72 9.4 -
YUV 108.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 198 68 80 0 0.66 0.60 0.22 354.46 0.53 0.52
Hex C6 44 50 0 42 3C 16 162 35 34
Octal 306 104 120 0 102 74 26 542 65 64
Binary 11000110 1000100 1010000 0 1000010 111100 10110 101100010 110101 110100

Color Harmonies of #C64450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64450

Black with #C64450

Text Example


Text Example

White with #C64450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64450; }

 p { color: rgb(198,68,80); }

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

background-color css

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

 a { background-color: rgb(198,68,80); }

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

border-color css

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

 span { border-color: rgb(198,68,80); }

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