Html Css Color HEX #CE414F Mandy

📋 copy color: '#CE414F'

red 206 ◦ green 65 ◦ blue 79

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

Shades of Mandy #CE414F

Tints of Mandy #CE414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 58.86%
G = 18.57%
B = 22.57%

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

#CE414F (or 0xCE414F) is known color: Mandy. HEX triplet: CE, 41 and 4F. RGB value is (206,65,79). Sum of RGB (Red+Green+Blue) = 206+65+79=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE414F is #31BEB0. Grayscale: #6C6C6C. Windows color (decimal): -3260081 or 5194190. OLE color: 5194190.

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

Color convert

RGB 206 65 79 -
CMYK 0 0.68 0.62 0.19
HSL 354.04º 0.59% 0.53% -
HSV(B) 354.04º 0.68% 0.81% -
XYZ 28.76 17.47 9.25 -
YUV 108.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 206 65 79 0 0.68 0.62 0.19 354.04 0.59 0.53
Hex CE 41 4F 0 44 3E 13 162 3B 35
Octal 316 101 117 0 104 76 23 542 73 65
Binary 11001110 1000001 1001111 0 1000100 111110 10011 101100010 111011 110101

Color Harmonies of #CE414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE414F

Black with #CE414F

Text Example


Text Example

White with #CE414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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