Html Css Color HEX #CE4A5D Mandy

📋 copy color: '#CE4A5D'

red 206 ◦ green 74 ◦ blue 93

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

Shades of Mandy #CE4A5D

Tints of Mandy #CE4A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 55.23%
G = 19.84%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE4A5D (or 0xCE4A5D) is known color: Mandy. HEX triplet: CE, 4A and 5D. RGB value is (206,74,93). Sum of RGB (Red+Green+Blue) = 206+74+93=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A5D is #31B5A2. Grayscale: #737373. Windows color (decimal): -3257763 or 6113998. OLE color: 6113998.

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

Color convert

RGB 206 74 93 -
CMYK 0 0.64 0.55 0.19
HSL 351.36º 0.57% 0.55% -
HSV(B) 351.36º 0.64% 0.81% -
XYZ 29.88 18.81 12.41 -
YUV 115.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 206 74 93 0 0.64 0.55 0.19 351.36 0.57 0.55
Hex CE 4A 5D 0 40 37 13 15F 39 37
Octal 316 112 135 0 100 67 23 537 71 67
Binary 11001110 1001010 1011101 0 1000000 110111 10011 101011111 111001 110111

Color Harmonies of #CE4A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A5D

Black with #CE4A5D

Text Example


Text Example

White with #CE4A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A5D; }

 p { color: rgb(206,74,93); }

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

background-color css

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

 a { background-color: rgb(206,74,93); }

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

border-color css

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

 span { border-color: rgb(206,74,93); }

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