Html Css Color HEX #CE405F Mandy

📋 copy color: '#CE405F'

red 206 ◦ green 64 ◦ blue 95

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

Shades of Mandy #CE405F

Tints of Mandy #CE405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

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

R = 56.44%
G = 17.53%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE405F (or 0xCE405F) is known color: Mandy. HEX triplet: CE, 40 and 5F. RGB value is (206,64,95). Sum of RGB (Red+Green+Blue) = 206+64+95=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE405F is #31BFA0. Grayscale: #6E6E6E. Windows color (decimal): -3260321 or 6242510. OLE color: 6242510.

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

Color convert

RGB 206 64 95 -
CMYK 0 0.69 0.54 0.19
HSL 346.9º 0.59% 0.53% -
HSV(B) 346.9º 0.69% 0.81% -
XYZ 29.35 17.61 12.68 -
YUV 109.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 206 64 95 0 0.69 0.54 0.19 346.9 0.59 0.53
Hex CE 40 5F 0 45 36 13 15B 3B 35
Octal 316 100 137 0 105 66 23 533 73 65
Binary 11001110 1000000 1011111 0 1000101 110110 10011 101011011 111011 110101

Color Harmonies of #CE405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE405F

Black with #CE405F

Text Example


Text Example

White with #CE405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE405F; }

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

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

background-color css

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

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

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

border-color css

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

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

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