Html Css Color HEX #CE7E86 Charm

📋 copy color: '#CE7E86'

red 206 ◦ green 126 ◦ blue 134

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

Shades of Charm #CE7E86

Tints of Charm #CE7E86

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.04%

 BLUE value IS 134 (52.73% from 255) = 28.76%

R = 44.21%
G = 27.04%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE7E86 (or 0xCE7E86) is known color: Charm. HEX triplet: CE, 7E and 86. RGB value is (206,126,134). Sum of RGB (Red+Green+Blue) = 206+126+134=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E86 is #318179. Grayscale: #969696. Windows color (decimal): -3244410 or 8814286. OLE color: 8814286.

HSL color Cylindrical-coordinate representation of color #CE7E86: hue angle of 354º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7E86 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 126 134 -
CMYK 0 0.39 0.35 0.19
HSL 354º 0.45% 0.65% -
HSV(B) 354º 0.39% 0.81% -
XYZ 37.22 29.76 26.34 -
YUV 150.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 206 126 134 0 0.39 0.35 0.19 354 0.45 0.65
Hex CE 7E 86 0 27 23 13 162 2D 41
Octal 316 176 206 0 47 43 23 542 55 101
Binary 11001110 1111110 10000110 0 100111 100011 10011 101100010 101101 1000001

Color Harmonies of #CE7E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E86

Black with #CE7E86

Text Example


Text Example

White with #CE7E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E86; }

 p { color: rgb(206,126,134); }

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

background-color css

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

 a { background-color: rgb(206,126,134); }

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

border-color css

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

 span { border-color: rgb(206,126,134); }

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