Html Css Color HEX #CE6364 Mandy

📋 copy color: '#CE6364'

red 206 ◦ green 99 ◦ blue 100

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

Shades of Mandy #CE6364

Tints of Mandy #CE6364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

 BLUE value IS 100 (39.45% from 255) = 24.69%

R = 50.86%
G = 24.44%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE6364 (or 0xCE6364) is known color: Mandy. HEX triplet: CE, 63 and 64. RGB value is (206,99,100). Sum of RGB (Red+Green+Blue) = 206+99+100=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6364 is #319C9B. Grayscale: #838383. Windows color (decimal): -3251356 or 6579150. OLE color: 6579150.

HSL color Cylindrical-coordinate representation of color #CE6364: hue angle of 359.44º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6364 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 100 -
CMYK 0 0.52 0.51 0.19
HSL 359.44º 0.52% 0.6% -
HSV(B) 359.44º 0.52% 0.81% -
XYZ 32.22 22.97 14.79 -
YUV 131.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 206 99 100 0 0.52 0.51 0.19 359.44 0.52 0.6
Hex CE 63 64 0 34 33 13 167 34 3C
Octal 316 143 144 0 64 63 23 547 64 74
Binary 11001110 1100011 1100100 0 110100 110011 10011 101100111 110100 111100

Color Harmonies of #CE6364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6364

Black with #CE6364

Text Example


Text Example

White with #CE6364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6364; }

 p { color: rgb(206,99,100); }

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

background-color css

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

 a { background-color: rgb(206,99,100); }

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

border-color css

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

 span { border-color: rgb(206,99,100); }

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