Html Css Color HEX #CE4150 Mandy

📋 copy color: '#CE4150'

red 206 ◦ green 65 ◦ blue 80

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

Shades of Mandy #CE4150

Tints of Mandy #CE4150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 58.69%
G = 18.52%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE4150 (or 0xCE4150) is known color: Mandy. HEX triplet: CE, 41 and 50. RGB value is (206,65,80). Sum of RGB (Red+Green+Blue) = 206+65+80=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4150 is #31BEAF. Grayscale: #6C6C6C. Windows color (decimal): -3260080 or 5259726. OLE color: 5259726.

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

Color convert

RGB 206 65 80 -
CMYK 0 0.68 0.61 0.19
HSL 353.62º 0.59% 0.53% -
HSV(B) 353.62º 0.68% 0.81% -
XYZ 28.79 17.48 9.45 -
YUV 108.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 206 65 80 0 0.68 0.61 0.19 353.62 0.59 0.53
Hex CE 41 50 0 44 3D 13 162 3B 35
Octal 316 101 120 0 104 75 23 542 73 65
Binary 11001110 1000001 1010000 0 1000100 111101 10011 101100010 111011 110101

Color Harmonies of #CE4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4150

Black with #CE4150

Text Example


Text Example

White with #CE4150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4150; }

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

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

background-color css

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

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

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

border-color css

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

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

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