Html Css Color HEX #C6415C Mandy

📋 copy color: '#C6415C'

red 198 ◦ green 65 ◦ blue 92

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

Shades of Mandy #C6415C

Tints of Mandy #C6415C

RGB

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

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

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

R = 55.77%
G = 18.31%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6415C (or 0xC6415C) is known color: Mandy. HEX triplet: C6, 41 and 5C. RGB value is (198,65,92). Sum of RGB (Red+Green+Blue) = 198+65+92=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6415C is #39BEA3. Grayscale: #6B6B6B. Windows color (decimal): -3784356 or 6046150. OLE color: 6046150.

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

Color convert

RGB 198 65 92 -
CMYK 0 0.67 0.54 0.22
HSL 347.82º 0.54% 0.52% -
HSV(B) 347.82º 0.67% 0.78% -
XYZ 27.11 16.56 11.89 -
YUV 107.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 198 65 92 0 0.67 0.54 0.22 347.82 0.54 0.52
Hex C6 41 5C 0 43 36 16 15C 36 34
Octal 306 101 134 0 103 66 26 534 66 64
Binary 11000110 1000001 1011100 0 1000011 110110 10110 101011100 110110 110100

Color Harmonies of #C6415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6415C

Black with #C6415C

Text Example


Text Example

White with #C6415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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