Html Css Color HEX #C64350 Mandy

📋 copy color: '#C64350'

red 198 ◦ green 67 ◦ blue 80

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

Shades of Mandy #C64350

Tints of Mandy #C64350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

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

R = 57.39%
G = 19.42%
B = 23.19%

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

#C64350 (or 0xC64350) is known color: Mandy. HEX triplet: C6, 43 and 50. RGB value is (198,67,80). Sum of RGB (Red+Green+Blue) = 198+67+80=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C64350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64350 is #39BCAF. Grayscale: #6B6B6B. Windows color (decimal): -3783856 or 5260230. OLE color: 5260230.

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

Color convert

RGB 198 67 80 -
CMYK 0 0.66 0.60 0.22
HSL 354.05º 0.53% 0.52% -
HSV(B) 354.05º 0.66% 0.78% -
XYZ 26.74 16.6 9.38 -
YUV 107.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 198 67 80 0 0.66 0.60 0.22 354.05 0.53 0.52
Hex C6 43 50 0 42 3C 16 162 35 34
Octal 306 103 120 0 102 74 26 542 65 64
Binary 11000110 1000011 1010000 0 1000010 111100 10110 101100010 110101 110100

Color Harmonies of #C64350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64350

Black with #C64350

Text Example


Text Example

White with #C64350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64350; }

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

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

background-color css

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

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

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

border-color css

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

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

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