Html Css Color HEX #CE445F Mandy

📋 copy color: '#CE445F'

red 206 ◦ green 68 ◦ blue 95

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

Shades of Mandy #CE445F

Tints of Mandy #CE445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

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

R = 55.83%
G = 18.43%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE445F (or 0xCE445F) is known color: Mandy. HEX triplet: CE, 44 and 5F. RGB value is (206,68,95). Sum of RGB (Red+Green+Blue) = 206+68+95=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE445F is #31BBA0. Grayscale: #707070. Windows color (decimal): -3259297 or 6243534. OLE color: 6243534.

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

Color convert

RGB 206 68 95 -
CMYK 0 0.67 0.54 0.19
HSL 348.26º 0.58% 0.54% -
HSV(B) 348.26º 0.67% 0.81% -
XYZ 29.59 18.08 12.76 -
YUV 112.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 206 68 95 0 0.67 0.54 0.19 348.26 0.58 0.54
Hex CE 44 5F 0 43 36 13 15C 3A 36
Octal 316 104 137 0 103 66 23 534 72 66
Binary 11001110 1000100 1011111 0 1000011 110110 10011 101011100 111010 110110

Color Harmonies of #CE445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE445F

Black with #CE445F

Text Example


Text Example

White with #CE445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE445F; }

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

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

background-color css

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

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

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

border-color css

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

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

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