Html Css Color HEX #C6405C Mandy

📋 copy color: '#C6405C'

red 198 ◦ green 64 ◦ blue 92

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

Shades of Mandy #C6405C

Tints of Mandy #C6405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 55.93%
G = 18.08%
B = 25.99%

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

#C6405C (or 0xC6405C) is known color: Mandy. HEX triplet: C6, 40 and 5C. RGB value is (198,64,92). Sum of RGB (Red+Green+Blue) = 198+64+92=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6405C is #39BFA3. Grayscale: #6B6B6B. Windows color (decimal): -3784612 or 6045894. OLE color: 6045894.

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

Color convert

RGB 198 64 92 -
CMYK 0 0.68 0.54 0.22
HSL 347.46º 0.54% 0.51% -
HSV(B) 347.46º 0.68% 0.78% -
XYZ 27.05 16.45 11.87 -
YUV 107.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 198 64 92 0 0.68 0.54 0.22 347.46 0.54 0.51
Hex C6 40 5C 0 44 36 16 15B 36 33
Octal 306 100 134 0 104 66 26 533 66 63
Binary 11000110 1000000 1011100 0 1000100 110110 10110 101011011 110110 110011

Color Harmonies of #C6405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6405C

Black with #C6405C

Text Example


Text Example

White with #C6405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6405C; }

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

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

background-color css

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

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

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

border-color css

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

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

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