Html Css Color HEX #CE415F Mandy

📋 copy color: '#CE415F'

red 206 ◦ green 65 ◦ blue 95

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

Shades of Mandy #CE415F

Tints of Mandy #CE415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 56.28%
G = 17.76%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE415F (or 0xCE415F) is known color: Mandy. HEX triplet: CE, 41 and 5F. RGB value is (206,65,95). Sum of RGB (Red+Green+Blue) = 206+65+95=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE415F is #31BEA0. Grayscale: #6E6E6E. Windows color (decimal): -3260065 or 6242766. OLE color: 6242766.

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

Color convert

RGB 206 65 95 -
CMYK 0 0.68 0.54 0.19
HSL 347.23º 0.59% 0.53% -
HSV(B) 347.23º 0.68% 0.81% -
XYZ 29.41 17.73 12.7 -
YUV 110.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 206 65 95 0 0.68 0.54 0.19 347.23 0.59 0.53
Hex CE 41 5F 0 44 36 13 15B 3B 35
Octal 316 101 137 0 104 66 23 533 73 65
Binary 11001110 1000001 1011111 0 1000100 110110 10011 101011011 111011 110101

Color Harmonies of #CE415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE415F

Black with #CE415F

Text Example


Text Example

White with #CE415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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