Html Css Color HEX #CE4250 Mandy

📋 copy color: '#CE4250'

red 206 ◦ green 66 ◦ blue 80

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

Shades of Mandy #CE4250

Tints of Mandy #CE4250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.75%

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

R = 58.52%
G = 18.75%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE4250 (or 0xCE4250) is known color: Mandy. HEX triplet: CE, 42 and 50. RGB value is (206,66,80). Sum of RGB (Red+Green+Blue) = 206+66+80=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4250 is #31BDAF. Grayscale: #6D6D6D. Windows color (decimal): -3259824 or 5259982. OLE color: 5259982.

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

Color convert

RGB 206 66 80 -
CMYK 0 0.68 0.61 0.19
HSL 354º 0.59% 0.53% -
HSV(B) 354º 0.68% 0.81% -
XYZ 28.85 17.6 9.47 -
YUV 109.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 206 66 80 0 0.68 0.61 0.19 354 0.59 0.53
Hex CE 42 50 0 44 3D 13 162 3B 35
Octal 316 102 120 0 104 75 23 542 73 65
Binary 11001110 1000010 1010000 0 1000100 111101 10011 101100010 111011 110101

Color Harmonies of #CE4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4250

Black with #CE4250

Text Example


Text Example

White with #CE4250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4250; }

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

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

background-color css

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

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

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

border-color css

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

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

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