Html Css Color HEX #CE6469 Mandy

📋 copy color: '#CE6469'

red 206 ◦ green 100 ◦ blue 105

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

Shades of Mandy #CE6469

Tints of Mandy #CE6469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

 BLUE value IS 105 (41.41% from 255) = 25.55%

R = 50.12%
G = 24.33%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE6469 (or 0xCE6469) is known color: Mandy. HEX triplet: CE, 64 and 69. RGB value is (206,100,105). Sum of RGB (Red+Green+Blue) = 206+100+105=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6469 is #319B96. Grayscale: #848484. Windows color (decimal): -3251095 or 6907086. OLE color: 6907086.

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

Color convert

RGB 206 100 105 -
CMYK 0 0.51 0.49 0.19
HSL 357.17º 0.52% 0.6% -
HSV(B) 357.17º 0.51% 0.81% -
XYZ 32.56 23.26 16.14 -
YUV 132.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 206 100 105 0 0.51 0.49 0.19 357.17 0.52 0.6
Hex CE 64 69 0 33 31 13 165 34 3C
Octal 316 144 151 0 63 61 23 545 64 74
Binary 11001110 1100100 1101001 0 110011 110001 10011 101100101 110100 111100

Color Harmonies of #CE6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6469

Black with #CE6469

Text Example


Text Example

White with #CE6469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6469; }

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

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

background-color css

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

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

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

border-color css

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

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

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