Html Css Color HEX #CE3F5B Mandy

📋 copy color: '#CE3F5B'

red 206 ◦ green 63 ◦ blue 91

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

Shades of Mandy #CE3F5B

Tints of Mandy #CE3F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 57.22%
G = 17.5%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE3F5B (or 0xCE3F5B) is known color: Mandy. HEX triplet: CE, 3F and 5B. RGB value is (206,63,91). Sum of RGB (Red+Green+Blue) = 206+63+91=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F5B is #31C0A4. Grayscale: #6C6C6C. Windows color (decimal): -3260581 or 5980110. OLE color: 5980110.

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

Color convert

RGB 206 63 91 -
CMYK 0 0.69 0.56 0.19
HSL 348.25º 0.59% 0.53% -
HSV(B) 348.25º 0.69% 0.81% -
XYZ 29.12 17.43 11.73 -
YUV 108.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 206 63 91 0 0.69 0.56 0.19 348.25 0.59 0.53
Hex CE 3F 5B 0 45 38 13 15C 3B 35
Octal 316 77 133 0 105 70 23 534 73 65
Binary 11001110 111111 1011011 0 1000101 111000 10011 101011100 111011 110101

Color Harmonies of #CE3F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F5B

Black with #CE3F5B

Text Example


Text Example

White with #CE3F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F5B; }

 p { color: rgb(206,63,91); }

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

background-color css

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

 a { background-color: rgb(206,63,91); }

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

border-color css

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

 span { border-color: rgb(206,63,91); }

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