Html Css Color HEX #CE425A Mandy

📋 copy color: '#CE425A'

red 206 ◦ green 66 ◦ blue 90

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

Shades of Mandy #CE425A

Tints of Mandy #CE425A

RGB

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

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

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

R = 56.91%
G = 18.23%
B = 24.86%

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

#CE425A (or 0xCE425A) is known color: Mandy. HEX triplet: CE, 42 and 5A. RGB value is (206,66,90). Sum of RGB (Red+Green+Blue) = 206+66+90=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE425A is #31BDA5. Grayscale: #6E6E6E. Windows color (decimal): -3259814 or 5915342. OLE color: 5915342.

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

Color convert

RGB 206 66 90 -
CMYK 0 0.68 0.56 0.19
HSL 349.71º 0.59% 0.53% -
HSV(B) 349.71º 0.68% 0.81% -
XYZ 29.25 17.76 11.56 -
YUV 110.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 206 66 90 0 0.68 0.56 0.19 349.71 0.59 0.53
Hex CE 42 5A 0 44 38 13 15E 3B 35
Octal 316 102 132 0 104 70 23 536 73 65
Binary 11001110 1000010 1011010 0 1000100 111000 10011 101011110 111011 110101

Color Harmonies of #CE425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE425A

Black with #CE425A

Text Example


Text Example

White with #CE425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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