Html Css Color HEX #C6405B Mandy

📋 copy color: '#C6405B'

red 198 ◦ green 64 ◦ blue 91

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

Shades of Mandy #C6405B

Tints of Mandy #C6405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.13%

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 56.09%
G = 18.13%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6405B (or 0xC6405B) is known color: Mandy. HEX triplet: C6, 40 and 5B. RGB value is (198,64,91). Sum of RGB (Red+Green+Blue) = 198+64+91=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6405B is #39BFA4. Grayscale: #6B6B6B. Windows color (decimal): -3784613 or 5980358. OLE color: 5980358.

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

Color convert

RGB 198 64 91 -
CMYK 0 0.68 0.54 0.22
HSL 347.91º 0.54% 0.51% -
HSV(B) 347.91º 0.68% 0.78% -
XYZ 27.01 16.43 11.64 -
YUV 107.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 198 64 91 0 0.68 0.54 0.22 347.91 0.54 0.51
Hex C6 40 5B 0 44 36 16 15C 36 33
Octal 306 100 133 0 104 66 26 534 66 63
Binary 11000110 1000000 1011011 0 1000100 110110 10110 101011100 110110 110011

Color Harmonies of #C6405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6405B

Black with #C6405B

Text Example


Text Example

White with #C6405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6405B; }

 p { color: rgb(198,64,91); }

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

background-color css

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

 a { background-color: rgb(198,64,91); }

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

border-color css

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

 span { border-color: rgb(198,64,91); }

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