Html Css Color HEX #CE6265 Mandy

📋 copy color: '#CE6265'

red 206 ◦ green 98 ◦ blue 101

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

Shades of Mandy #CE6265

Tints of Mandy #CE6265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.94%

R = 50.86%
G = 24.2%
B = 24.94%

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

#CE6265 (or 0xCE6265) is known color: Mandy. HEX triplet: CE, 62 and 65. RGB value is (206,98,101). Sum of RGB (Red+Green+Blue) = 206+98+101=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6265 is #319D9A. Grayscale: #828282. Windows color (decimal): -3251611 or 6644430. OLE color: 6644430.

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

Color convert

RGB 206 98 101 -
CMYK 0 0.52 0.51 0.19
HSL 358.33º 0.52% 0.6% -
HSV(B) 358.33º 0.52% 0.81% -
XYZ 32.17 22.8 15.02 -
YUV 130.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 206 98 101 0 0.52 0.51 0.19 358.33 0.52 0.6
Hex CE 62 65 0 34 33 13 166 34 3C
Octal 316 142 145 0 64 63 23 546 64 74
Binary 11001110 1100010 1100101 0 110100 110011 10011 101100110 110100 111100

Color Harmonies of #CE6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6265

Black with #CE6265

Text Example


Text Example

White with #CE6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6265; }

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

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

background-color css

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

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

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

border-color css

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

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

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