Html Css Color HEX #CE414C Mandy

📋 copy color: '#CE414C'

red 206 ◦ green 65 ◦ blue 76

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

Shades of Mandy #CE414C

Tints of Mandy #CE414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 59.37%
G = 18.73%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE414C (or 0xCE414C) is known color: Mandy. HEX triplet: CE, 41 and 4C. RGB value is (206,65,76). Sum of RGB (Red+Green+Blue) = 206+65+76=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE414C is #31BEB3. Grayscale: #6C6C6C. Windows color (decimal): -3260084 or 4997582. OLE color: 4997582.

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

Color convert

RGB 206 65 76 -
CMYK 0 0.68 0.63 0.19
HSL 355.32º 0.59% 0.53% -
HSV(B) 355.32º 0.68% 0.81% -
XYZ 28.65 17.42 8.69 -
YUV 108.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 206 65 76 0 0.68 0.63 0.19 355.32 0.59 0.53
Hex CE 41 4C 0 44 3F 13 163 3B 35
Octal 316 101 114 0 104 77 23 543 73 65
Binary 11001110 1000001 1001100 0 1000100 111111 10011 101100011 111011 110101

Color Harmonies of #CE414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE414C

Black with #CE414C

Text Example


Text Example

White with #CE414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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