Html Css Color HEX #CE4A55 Mandy

📋 copy color: '#CE4A55'

red 206 ◦ green 74 ◦ blue 85

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

Shades of Mandy #CE4A55

Tints of Mandy #CE4A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.27%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 56.44%
G = 20.27%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE4A55 (or 0xCE4A55) is known color: Mandy. HEX triplet: CE, 4A and 55. RGB value is (206,74,85). Sum of RGB (Red+Green+Blue) = 206+74+85=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A55 is #31B5AA. Grayscale: #727272. Windows color (decimal): -3257771 or 5589710. OLE color: 5589710.

HSL color Cylindrical-coordinate representation of color #CE4A55: hue angle of 355º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4A55 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 74 85 -
CMYK 0 0.64 0.59 0.19
HSL 355º 0.57% 0.55% -
HSV(B) 355º 0.64% 0.81% -
XYZ 29.54 18.68 10.64 -
YUV 114.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 206 74 85 0 0.64 0.59 0.19 355 0.57 0.55
Hex CE 4A 55 0 40 3B 13 163 39 37
Octal 316 112 125 0 100 73 23 543 71 67
Binary 11001110 1001010 1010101 0 1000000 111011 10011 101100011 111001 110111

Color Harmonies of #CE4A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A55

Black with #CE4A55

Text Example


Text Example

White with #CE4A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A55; }

 p { color: rgb(206,74,85); }

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

background-color css

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

 a { background-color: rgb(206,74,85); }

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

border-color css

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

 span { border-color: rgb(206,74,85); }

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