Html Css Color HEX #CE415C Mandy

📋 copy color: '#CE415C'

red 206 ◦ green 65 ◦ blue 92

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

Shades of Mandy #CE415C

Tints of Mandy #CE415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 56.75%
G = 17.91%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE415C (or 0xCE415C) is known color: Mandy. HEX triplet: CE, 41 and 5C. RGB value is (206,65,92). Sum of RGB (Red+Green+Blue) = 206+65+92=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE415C is #31BEA3. Grayscale: #6E6E6E. Windows color (decimal): -3260068 or 6046158. OLE color: 6046158.

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

Color convert

RGB 206 65 92 -
CMYK 0 0.68 0.55 0.19
HSL 348.51º 0.59% 0.53% -
HSV(B) 348.51º 0.68% 0.81% -
XYZ 29.28 17.68 11.99 -
YUV 110.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 206 65 92 0 0.68 0.55 0.19 348.51 0.59 0.53
Hex CE 41 5C 0 44 37 13 15D 3B 35
Octal 316 101 134 0 104 67 23 535 73 65
Binary 11001110 1000001 1011100 0 1000100 110111 10011 101011101 111011 110101

Color Harmonies of #CE415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE415C

Black with #CE415C

Text Example


Text Example

White with #CE415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE415C; }

 p { color: rgb(206,65,92); }

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

background-color css

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

 a { background-color: rgb(206,65,92); }

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

border-color css

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

 span { border-color: rgb(206,65,92); }

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