Html Css Color HEX #CE6268 Mandy

📋 copy color: '#CE6268'

red 206 ◦ green 98 ◦ blue 104

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

Shades of Mandy #CE6268

Tints of Mandy #CE6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.02%

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 50.49%
G = 24.02%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE6268 (or 0xCE6268) is known color: Mandy. HEX triplet: CE, 62 and 68. RGB value is (206,98,104). Sum of RGB (Red+Green+Blue) = 206+98+104=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6268 is #319D97. Grayscale: #838383. Windows color (decimal): -3251608 or 6841038. OLE color: 6841038.

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

Color convert

RGB 206 98 104 -
CMYK 0 0.52 0.50 0.19
HSL 356.67º 0.52% 0.6% -
HSV(B) 356.67º 0.52% 0.81% -
XYZ 32.32 22.86 15.81 -
YUV 130.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 206 98 104 0 0.52 0.50 0.19 356.67 0.52 0.6
Hex CE 62 68 0 34 32 13 165 34 3C
Octal 316 142 150 0 64 62 23 545 64 74
Binary 11001110 1100010 1101000 0 110100 110010 10011 101100101 110100 111100

Color Harmonies of #CE6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6268

Black with #CE6268

Text Example


Text Example

White with #CE6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6268; }

 p { color: rgb(206,98,104); }

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

background-color css

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

 a { background-color: rgb(206,98,104); }

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

border-color css

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

 span { border-color: rgb(206,98,104); }

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