Html Css Color HEX #CE475F Mandy

📋 copy color: '#CE475F'

red 206 ◦ green 71 ◦ blue 95

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

Shades of Mandy #CE475F

Tints of Mandy #CE475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

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

R = 55.38%
G = 19.09%
B = 25.54%

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

#CE475F (or 0xCE475F) is known color: Mandy. HEX triplet: CE, 47 and 5F. RGB value is (206,71,95). Sum of RGB (Red+Green+Blue) = 206+71+95=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE475F is #31B8A0. Grayscale: #727272. Windows color (decimal): -3258529 or 6244302. OLE color: 6244302.

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

Color convert

RGB 206 71 95 -
CMYK 0 0.66 0.54 0.19
HSL 349.33º 0.58% 0.54% -
HSV(B) 349.33º 0.66% 0.81% -
XYZ 29.77 18.45 12.82 -
YUV 114.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 206 71 95 0 0.66 0.54 0.19 349.33 0.58 0.54
Hex CE 47 5F 0 42 36 13 15D 3A 36
Octal 316 107 137 0 102 66 23 535 72 66
Binary 11001110 1000111 1011111 0 1000010 110110 10011 101011101 111010 110110

Color Harmonies of #CE475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE475F

Black with #CE475F

Text Example


Text Example

White with #CE475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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