Html Css Color HEX #CE3F5D Mandy

📋 copy color: '#CE3F5D'

red 206 ◦ green 63 ◦ blue 93

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

Shades of Mandy #CE3F5D

Tints of Mandy #CE3F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.4%

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

R = 56.91%
G = 17.4%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE3F5D (or 0xCE3F5D) is known color: Mandy. HEX triplet: CE, 3F and 5D. RGB value is (206,63,93). Sum of RGB (Red+Green+Blue) = 206+63+93=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F5D is #31C0A2. Grayscale: #6D6D6D. Windows color (decimal): -3260579 or 6111182. OLE color: 6111182.

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

Color convert

RGB 206 63 93 -
CMYK 0 0.69 0.55 0.19
HSL 347.41º 0.59% 0.53% -
HSV(B) 347.41º 0.69% 0.81% -
XYZ 29.21 17.47 12.19 -
YUV 109.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 206 63 93 0 0.69 0.55 0.19 347.41 0.59 0.53
Hex CE 3F 5D 0 45 37 13 15B 3B 35
Octal 316 77 135 0 105 67 23 533 73 65
Binary 11001110 111111 1011101 0 1000101 110111 10011 101011011 111011 110101

Color Harmonies of #CE3F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F5D

Black with #CE3F5D

Text Example


Text Example

White with #CE3F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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