Html Css Color HEX #CE4B56 Mandy

📋 copy color: '#CE4B56'

red 206 ◦ green 75 ◦ blue 86

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

Shades of Mandy #CE4B56

Tints of Mandy #CE4B56

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.44%

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 56.13%
G = 20.44%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE4B56 (or 0xCE4B56) is known color: Mandy. HEX triplet: CE, 4B and 56. RGB value is (206,75,86). Sum of RGB (Red+Green+Blue) = 206+75+86=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B56 is #31B4A9. Grayscale: #737373. Windows color (decimal): -3257514 or 5655502. OLE color: 5655502.

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

Color convert

RGB 206 75 86 -
CMYK 0 0.64 0.58 0.19
HSL 354.96º 0.57% 0.55% -
HSV(B) 354.96º 0.64% 0.81% -
XYZ 29.65 18.83 10.88 -
YUV 115.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 206 75 86 0 0.64 0.58 0.19 354.96 0.57 0.55
Hex CE 4B 56 0 40 3A 13 163 39 37
Octal 316 113 126 0 100 72 23 543 71 67
Binary 11001110 1001011 1010110 0 1000000 111010 10011 101100011 111001 110111

Color Harmonies of #CE4B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B56

Black with #CE4B56

Text Example


Text Example

White with #CE4B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B56; }

 p { color: rgb(206,75,86); }

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

background-color css

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

 a { background-color: rgb(206,75,86); }

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

border-color css

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

 span { border-color: rgb(206,75,86); }

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