Html Css Color HEX #C6445F Mandy

📋 copy color: '#C6445F'

red 198 ◦ green 68 ◦ blue 95

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

Shades of Mandy #C6445F

Tints of Mandy #C6445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 54.85%
G = 18.84%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6445F (or 0xC6445F) is known color: Mandy. HEX triplet: C6, 44 and 5F. RGB value is (198,68,95). Sum of RGB (Red+Green+Blue) = 198+68+95=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6445F is #39BBA0. Grayscale: #6D6D6D. Windows color (decimal): -3783585 or 6243526. OLE color: 6243526.

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

Color convert

RGB 198 68 95 -
CMYK 0 0.66 0.52 0.22
HSL 347.54º 0.53% 0.52% -
HSV(B) 347.54º 0.66% 0.78% -
XYZ 27.42 16.97 12.66 -
YUV 109.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 198 68 95 0 0.66 0.52 0.22 347.54 0.53 0.52
Hex C6 44 5F 0 42 34 16 15C 35 34
Octal 306 104 137 0 102 64 26 534 65 64
Binary 11000110 1000100 1011111 0 1000010 110100 10110 101011100 110101 110100

Color Harmonies of #C6445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6445F

Black with #C6445F

Text Example


Text Example

White with #C6445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6445F; }

 p { color: rgb(198,68,95); }

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

background-color css

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

 a { background-color: rgb(198,68,95); }

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

border-color css

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

 span { border-color: rgb(198,68,95); }

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