Html Css Color HEX #C6415A Mandy

📋 copy color: '#C6415A'

red 198 ◦ green 65 ◦ blue 90

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

Shades of Mandy #C6415A

Tints of Mandy #C6415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 56.09%
G = 18.41%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6415A (or 0xC6415A) is known color: Mandy. HEX triplet: C6, 41 and 5A. RGB value is (198,65,90). Sum of RGB (Red+Green+Blue) = 198+65+90=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6415A is #39BEA5. Grayscale: #6B6B6B. Windows color (decimal): -3784358 or 5915078. OLE color: 5915078.

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

Color convert

RGB 198 65 90 -
CMYK 0 0.67 0.55 0.22
HSL 348.72º 0.54% 0.52% -
HSV(B) 348.72º 0.67% 0.78% -
XYZ 27.02 16.52 11.44 -
YUV 107.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 198 65 90 0 0.67 0.55 0.22 348.72 0.54 0.52
Hex C6 41 5A 0 43 37 16 15D 36 34
Octal 306 101 132 0 103 67 26 535 66 64
Binary 11000110 1000001 1011010 0 1000011 110111 10110 101011101 110110 110100

Color Harmonies of #C6415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6415A

Black with #C6415A

Text Example


Text Example

White with #C6415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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