Html Css Color HEX #CE415A Mandy

📋 copy color: '#CE415A'

red 206 ◦ green 65 ◦ blue 90

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

Shades of Mandy #CE415A

Tints of Mandy #CE415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 57.06%
G = 18.01%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE415A (or 0xCE415A) is known color: Mandy. HEX triplet: CE, 41 and 5A. RGB value is (206,65,90). Sum of RGB (Red+Green+Blue) = 206+65+90=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE415A is #31BEA5. Grayscale: #6E6E6E. Windows color (decimal): -3260070 or 5915086. OLE color: 5915086.

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

Color convert

RGB 206 65 90 -
CMYK 0 0.68 0.56 0.19
HSL 349.36º 0.59% 0.53% -
HSV(B) 349.36º 0.68% 0.81% -
XYZ 29.19 17.64 11.54 -
YUV 110.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 206 65 90 0 0.68 0.56 0.19 349.36 0.59 0.53
Hex CE 41 5A 0 44 38 13 15D 3B 35
Octal 316 101 132 0 104 70 23 535 73 65
Binary 11001110 1000001 1011010 0 1000100 111000 10011 101011101 111011 110101

Color Harmonies of #CE415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE415A

Black with #CE415A

Text Example


Text Example

White with #CE415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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