Html Css Color HEX #C8425D Mandy

📋 copy color: '#C8425D'

red 200 ◦ green 66 ◦ blue 93

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

Shades of Mandy #C8425D

Tints of Mandy #C8425D

RGB

 RED value IS 200 (78.52% from 255) = 55.71%

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

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

R = 55.71%
G = 18.38%
B = 25.91%

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

#C8425D (or 0xC8425D) is known color: Mandy. HEX triplet: C8, 42 and 5D. RGB value is (200,66,93). Sum of RGB (Red+Green+Blue) = 200+66+93=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8425D is #37BDA2. Grayscale: #6D6D6D. Windows color (decimal): -3653027 or 6111944. OLE color: 6111944.

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

Color convert

RGB 200 66 93 -
CMYK 0 0.67 0.54 0.22
HSL 347.91º 0.55% 0.52% -
HSV(B) 347.91º 0.67% 0.78% -
XYZ 27.74 16.97 12.17 -
YUV 109.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 200 66 93 0 0.67 0.54 0.22 347.91 0.55 0.52
Hex C8 42 5D 0 43 36 16 15C 37 34
Octal 310 102 135 0 103 66 26 534 67 64
Binary 11001000 1000010 1011101 0 1000011 110110 10110 101011100 110111 110100

Color Harmonies of #C8425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8425D

Black with #C8425D

Text Example


Text Example

White with #C8425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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