Html Css Color HEX #CE515F Mandy

📋 copy color: '#CE515F'

red 206 ◦ green 81 ◦ blue 95

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

Shades of Mandy #CE515F

Tints of Mandy #CE515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

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

R = 53.93%
G = 21.2%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE515F (or 0xCE515F) is known color: Mandy. HEX triplet: CE, 51 and 5F. RGB value is (206,81,95). Sum of RGB (Red+Green+Blue) = 206+81+95=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE515F is #31AEA0. Grayscale: #787878. Windows color (decimal): -3255969 or 6246862. OLE color: 6246862.

HSL color Cylindrical-coordinate representation of color #CE515F: hue angle of 353.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE515F is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 81 95 -
CMYK 0 0.61 0.54 0.19
HSL 353.28º 0.56% 0.56% -
HSV(B) 353.28º 0.61% 0.81% -
XYZ 30.46 19.83 13.05 -
YUV 119.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 206 81 95 0 0.61 0.54 0.19 353.28 0.56 0.56
Hex CE 51 5F 0 3D 36 13 161 38 38
Octal 316 121 137 0 75 66 23 541 70 70
Binary 11001110 1010001 1011111 0 111101 110110 10011 101100001 111000 111000

Color Harmonies of #CE515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE515F

Black with #CE515F

Text Example


Text Example

White with #CE515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE515F; }

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

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

background-color css

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

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

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

border-color css

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

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

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