Html Css Color HEX #C6425D Mandy

📋 copy color: '#C6425D'

red 198 ◦ green 66 ◦ blue 93

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

Shades of Mandy #C6425D

Tints of Mandy #C6425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 55.46%
G = 18.49%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6425D (or 0xC6425D) is known color: Mandy. HEX triplet: C6, 42 and 5D. RGB value is (198,66,93). Sum of RGB (Red+Green+Blue) = 198+66+93=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6425D is #39BDA2. Grayscale: #6C6C6C. Windows color (decimal): -3784099 or 6111942. OLE color: 6111942.

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

Color convert

RGB 198 66 93 -
CMYK 0 0.67 0.53 0.22
HSL 347.73º 0.54% 0.52% -
HSV(B) 347.73º 0.67% 0.78% -
XYZ 27.21 16.69 12.14 -
YUV 108.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 198 66 93 0 0.67 0.53 0.22 347.73 0.54 0.52
Hex C6 42 5D 0 43 35 16 15C 36 34
Octal 306 102 135 0 103 65 26 534 66 64
Binary 11000110 1000010 1011101 0 1000011 110101 10110 101011100 110110 110100

Color Harmonies of #C6425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6425D

Black with #C6425D

Text Example


Text Example

White with #C6425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6425D; }

 p { color: rgb(198,66,93); }

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

background-color css

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

 a { background-color: rgb(198,66,93); }

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

border-color css

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

 span { border-color: rgb(198,66,93); }

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