Html Css Color HEX #CE7986 Charm

📋 copy color: '#CE7986'

red 206 ◦ green 121 ◦ blue 134

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

Shades of Charm #CE7986

Tints of Charm #CE7986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.25%

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

R = 44.69%
G = 26.25%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE7986 (or 0xCE7986) is known color: Charm. HEX triplet: CE, 79 and 86. RGB value is (206,121,134). Sum of RGB (Red+Green+Blue) = 206+121+134=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7986 is #318679. Grayscale: #939393. Windows color (decimal): -3245690 or 8813006. OLE color: 8813006.

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

Color convert

RGB 206 121 134 -
CMYK 0 0.41 0.35 0.19
HSL 350.82º 0.46% 0.64% -
HSV(B) 350.82º 0.41% 0.81% -
XYZ 36.59 28.52 26.13 -
YUV 147.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 206 121 134 0 0.41 0.35 0.19 350.82 0.46 0.64
Hex CE 79 86 0 29 23 13 15F 2E 40
Octal 316 171 206 0 51 43 23 537 56 100
Binary 11001110 1111001 10000110 0 101001 100011 10011 101011111 101110 1000000

Color Harmonies of #CE7986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7986

Black with #CE7986

Text Example


Text Example

White with #CE7986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7986; }

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

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

background-color css

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

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

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

border-color css

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

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

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