Html Css Color HEX #C6425C Mandy

📋 copy color: '#C6425C'

red 198 ◦ green 66 ◦ blue 92

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

Shades of Mandy #C6425C

Tints of Mandy #C6425C

RGB

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

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

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

R = 55.62%
G = 18.54%
B = 25.84%

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

#C6425C (or 0xC6425C) is known color: Mandy. HEX triplet: C6, 42 and 5C. RGB value is (198,66,92). Sum of RGB (Red+Green+Blue) = 198+66+92=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6425C is #39BDA3. Grayscale: #6C6C6C. Windows color (decimal): -3784100 or 6046406. OLE color: 6046406.

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

Color convert

RGB 198 66 92 -
CMYK 0 0.67 0.54 0.22
HSL 348.18º 0.54% 0.52% -
HSV(B) 348.18º 0.67% 0.78% -
XYZ 27.17 16.67 11.91 -
YUV 108.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 198 66 92 0 0.67 0.54 0.22 348.18 0.54 0.52
Hex C6 42 5C 0 43 36 16 15C 36 34
Octal 306 102 134 0 103 66 26 534 66 64
Binary 11000110 1000010 1011100 0 1000011 110110 10110 101011100 110110 110100

Color Harmonies of #C6425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6425C

Black with #C6425C

Text Example


Text Example

White with #C6425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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