Html Css Color HEX #CE415D Mandy

📋 copy color: '#CE415D'

red 206 ◦ green 65 ◦ blue 93

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

Shades of Mandy #CE415D

Tints of Mandy #CE415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 56.59%
G = 17.86%
B = 25.55%

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

#CE415D (or 0xCE415D) is known color: Mandy. HEX triplet: CE, 41 and 5D. RGB value is (206,65,93). Sum of RGB (Red+Green+Blue) = 206+65+93=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE415D is #31BEA2. Grayscale: #6E6E6E. Windows color (decimal): -3260067 or 6111694. OLE color: 6111694.

HSL color Cylindrical-coordinate representation of color #CE415D: hue angle of 348.09º 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 #CE415D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 93 -
CMYK 0 0.68 0.55 0.19
HSL 348.09º 0.59% 0.53% -
HSV(B) 348.09º 0.68% 0.81% -
XYZ 29.32 17.69 12.23 -
YUV 110.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 206 65 93 0 0.68 0.55 0.19 348.09 0.59 0.53
Hex CE 41 5D 0 44 37 13 15C 3B 35
Octal 316 101 135 0 104 67 23 534 73 65
Binary 11001110 1000001 1011101 0 1000100 110111 10011 101011100 111011 110101

Color Harmonies of #CE415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE415D

Black with #CE415D

Text Example


Text Example

White with #CE415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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