Html Css Color HEX #CE425E Mandy

📋 copy color: '#CE425E'

red 206 ◦ green 66 ◦ blue 94

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

Shades of Mandy #CE425E

Tints of Mandy #CE425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 56.28%
G = 18.03%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE425E (or 0xCE425E) is known color: Mandy. HEX triplet: CE, 42 and 5E. RGB value is (206,66,94). Sum of RGB (Red+Green+Blue) = 206+66+94=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE425E is #31BDA1. Grayscale: #6F6F6F. Windows color (decimal): -3259810 or 6177486. OLE color: 6177486.

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

Color convert

RGB 206 66 94 -
CMYK 0 0.68 0.54 0.19
HSL 348º 0.59% 0.53% -
HSV(B) 348º 0.68% 0.81% -
XYZ 29.42 17.83 12.48 -
YUV 111.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 206 66 94 0 0.68 0.54 0.19 348 0.59 0.53
Hex CE 42 5E 0 44 36 13 15C 3B 35
Octal 316 102 136 0 104 66 23 534 73 65
Binary 11001110 1000010 1011110 0 1000100 110110 10011 101011100 111011 110101

Color Harmonies of #CE425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE425E

Black with #CE425E

Text Example


Text Example

White with #CE425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE425E; }

 p { color: rgb(206,66,94); }

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

background-color css

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

 a { background-color: rgb(206,66,94); }

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

border-color css

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

 span { border-color: rgb(206,66,94); }

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