Html Css Color HEX #CE465F Mandy

📋 copy color: '#CE465F'

red 206 ◦ green 70 ◦ blue 95

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

Shades of Mandy #CE465F

Tints of Mandy #CE465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

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

R = 55.53%
G = 18.87%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE465F (or 0xCE465F) is known color: Mandy. HEX triplet: CE, 46 and 5F. RGB value is (206,70,95). Sum of RGB (Red+Green+Blue) = 206+70+95=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE465F is #31B9A0. Grayscale: #717171. Windows color (decimal): -3258785 or 6244046. OLE color: 6244046.

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

Color convert

RGB 206 70 95 -
CMYK 0 0.66 0.54 0.19
HSL 348.97º 0.58% 0.54% -
HSV(B) 348.97º 0.66% 0.81% -
XYZ 29.71 18.33 12.8 -
YUV 113.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 206 70 95 0 0.66 0.54 0.19 348.97 0.58 0.54
Hex CE 46 5F 0 42 36 13 15D 3A 36
Octal 316 106 137 0 102 66 23 535 72 66
Binary 11001110 1000110 1011111 0 1000010 110110 10011 101011101 111010 110110

Color Harmonies of #CE465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE465F

Black with #CE465F

Text Example


Text Example

White with #CE465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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