Html Css Color HEX #CE425D Mandy

📋 copy color: '#CE425D'

red 206 ◦ green 66 ◦ blue 93

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

Shades of Mandy #CE425D

Tints of Mandy #CE425D

RGB

 RED value IS 206 (80.86% from 255) = 56.44%

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

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

R = 56.44%
G = 18.08%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE425D (or 0xCE425D) is known color: Mandy. HEX triplet: CE, 42 and 5D. RGB value is (206,66,93). Sum of RGB (Red+Green+Blue) = 206+66+93=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE425D is #31BDA2. Grayscale: #6E6E6E. Windows color (decimal): -3259811 or 6111950. OLE color: 6111950.

HSL color Cylindrical-coordinate representation of color #CE425D: hue angle of 348.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE425D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 93 -
CMYK 0 0.68 0.55 0.19
HSL 348.43º 0.59% 0.53% -
HSV(B) 348.43º 0.68% 0.81% -
XYZ 29.38 17.81 12.24 -
YUV 110.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 206 66 93 0 0.68 0.55 0.19 348.43 0.59 0.53
Hex CE 42 5D 0 44 37 13 15C 3B 35
Octal 316 102 135 0 104 67 23 534 73 65
Binary 11001110 1000010 1011101 0 1000100 110111 10011 101011100 111011 110101

Color Harmonies of #CE425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE425D

Black with #CE425D

Text Example


Text Example

White with #CE425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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