Html Css Color HEX #CE415B Mandy

📋 copy color: '#CE415B'

red 206 ◦ green 65 ◦ blue 91

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

Shades of Mandy #CE415B

Tints of Mandy #CE415B

RGB

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

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

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

R = 56.91%
G = 17.96%
B = 25.14%

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

#CE415B (or 0xCE415B) is known color: Mandy. HEX triplet: CE, 41 and 5B. RGB value is (206,65,91). Sum of RGB (Red+Green+Blue) = 206+65+91=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE415B is #31BEA4. Grayscale: #6E6E6E. Windows color (decimal): -3260069 or 5980622. OLE color: 5980622.

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

Color convert

RGB 206 65 91 -
CMYK 0 0.68 0.56 0.19
HSL 348.94º 0.59% 0.53% -
HSV(B) 348.94º 0.68% 0.81% -
XYZ 29.23 17.66 11.77 -
YUV 110.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 206 65 91 0 0.68 0.56 0.19 348.94 0.59 0.53
Hex CE 41 5B 0 44 38 13 15D 3B 35
Octal 316 101 133 0 104 70 23 535 73 65
Binary 11001110 1000001 1011011 0 1000100 111000 10011 101011101 111011 110101

Color Harmonies of #CE415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE415B

Black with #CE415B

Text Example


Text Example

White with #CE415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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