Html Css Color HEX #C6415D Mandy

📋 copy color: '#C6415D'

red 198 ◦ green 65 ◦ blue 93

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

Shades of Mandy #C6415D

Tints of Mandy #C6415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 55.62%
G = 18.26%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6415D (or 0xC6415D) is known color: Mandy. HEX triplet: C6, 41 and 5D. RGB value is (198,65,93). Sum of RGB (Red+Green+Blue) = 198+65+93=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6415D is #39BEA2. Grayscale: #6B6B6B. Windows color (decimal): -3784355 or 6111686. OLE color: 6111686.

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

Color convert

RGB 198 65 93 -
CMYK 0 0.67 0.53 0.22
HSL 347.37º 0.54% 0.52% -
HSV(B) 347.37º 0.67% 0.78% -
XYZ 27.15 16.58 12.12 -
YUV 107.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 198 65 93 0 0.67 0.53 0.22 347.37 0.54 0.52
Hex C6 41 5D 0 43 35 16 15B 36 34
Octal 306 101 135 0 103 65 26 533 66 64
Binary 11000110 1000001 1011101 0 1000011 110101 10110 101011011 110110 110100

Color Harmonies of #C6415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6415D

Black with #C6415D

Text Example


Text Example

White with #C6415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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