Html Css Color HEX #CE445A Mandy

📋 copy color: '#CE445A'

red 206 ◦ green 68 ◦ blue 90

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

Shades of Mandy #CE445A

Tints of Mandy #CE445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

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

R = 56.59%
G = 18.68%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE445A (or 0xCE445A) is known color: Mandy. HEX triplet: CE, 44 and 5A. RGB value is (206,68,90). Sum of RGB (Red+Green+Blue) = 206+68+90=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE445A is #31BBA5. Grayscale: #6F6F6F. Windows color (decimal): -3259302 or 5915854. OLE color: 5915854.

HSL color Cylindrical-coordinate representation of color #CE445A: hue angle of 350.43º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE445A is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 90 -
CMYK 0 0.67 0.56 0.19
HSL 350.43º 0.58% 0.54% -
HSV(B) 350.43º 0.67% 0.81% -
XYZ 29.37 17.99 11.6 -
YUV 111.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 206 68 90 0 0.67 0.56 0.19 350.43 0.58 0.54
Hex CE 44 5A 0 43 38 13 15E 3A 36
Octal 316 104 132 0 103 70 23 536 72 66
Binary 11001110 1000100 1011010 0 1000011 111000 10011 101011110 111010 110110

Color Harmonies of #CE445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE445A

Black with #CE445A

Text Example


Text Example

White with #CE445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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