Html Css Color HEX #CE424E Mandy

📋 copy color: '#CE424E'

red 206 ◦ green 66 ◦ blue 78

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

Shades of Mandy #CE424E

Tints of Mandy #CE424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 58.86%
G = 18.86%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE424E (or 0xCE424E) is known color: Mandy. HEX triplet: CE, 42 and 4E. RGB value is (206,66,78). Sum of RGB (Red+Green+Blue) = 206+66+78=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE424E is #31BDB1. Grayscale: #6D6D6D. Windows color (decimal): -3259826 or 5128910. OLE color: 5128910.

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

Color convert

RGB 206 66 78 -
CMYK 0 0.68 0.62 0.19
HSL 354.86º 0.59% 0.53% -
HSV(B) 354.86º 0.68% 0.81% -
XYZ 28.78 17.57 9.08 -
YUV 109.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 206 66 78 0 0.68 0.62 0.19 354.86 0.59 0.53
Hex CE 42 4E 0 44 3E 13 163 3B 35
Octal 316 102 116 0 104 76 23 543 73 65
Binary 11001110 1000010 1001110 0 1000100 111110 10011 101100011 111011 110101

Color Harmonies of #CE424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE424E

Black with #CE424E

Text Example


Text Example

White with #CE424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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