Html Css Color HEX #CE4B50 Mandy

📋 copy color: '#CE4B50'

red 206 ◦ green 75 ◦ blue 80

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

Shades of Mandy #CE4B50

Tints of Mandy #CE4B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 57.06%
G = 20.78%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE4B50 (or 0xCE4B50) is known color: Mandy. HEX triplet: CE, 4B and 50. RGB value is (206,75,80). Sum of RGB (Red+Green+Blue) = 206+75+80=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B50 is #31B4AF. Grayscale: #727272. Windows color (decimal): -3257520 or 5262286. OLE color: 5262286.

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

Color convert

RGB 206 75 80 -
CMYK 0 0.64 0.61 0.19
HSL 357.71º 0.57% 0.55% -
HSV(B) 357.71º 0.64% 0.81% -
XYZ 29.42 18.73 9.65 -
YUV 114.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 206 75 80 0 0.64 0.61 0.19 357.71 0.57 0.55
Hex CE 4B 50 0 40 3D 13 166 39 37
Octal 316 113 120 0 100 75 23 546 71 67
Binary 11001110 1001011 1010000 0 1000000 111101 10011 101100110 111001 110111

Color Harmonies of #CE4B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B50

Black with #CE4B50

Text Example


Text Example

White with #CE4B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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