Html Css Color HEX #CE8386 Charm

📋 copy color: '#CE8386'

red 206 ◦ green 131 ◦ blue 134

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

Shades of Charm #CE8386

Tints of Charm #CE8386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

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

R = 43.74%
G = 27.81%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE8386 (or 0xCE8386) is known color: Charm. HEX triplet: CE, 83 and 86. RGB value is (206,131,134). Sum of RGB (Red+Green+Blue) = 206+131+134=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8386 is #317C79. Grayscale: #999999. Windows color (decimal): -3243130 or 8815566. OLE color: 8815566.

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

Color convert

RGB 206 131 134 -
CMYK 0 0.36 0.35 0.19
HSL 357.6º 0.43% 0.66% -
HSV(B) 357.6º 0.36% 0.81% -
XYZ 37.87 31.08 26.56 -
YUV 153.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 206 131 134 0 0.36 0.35 0.19 357.6 0.43 0.66
Hex CE 83 86 0 24 23 13 166 2B 42
Octal 316 203 206 0 44 43 23 546 53 102
Binary 11001110 10000011 10000110 0 100100 100011 10011 101100110 101011 1000010

Color Harmonies of #CE8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8386

Black with #CE8386

Text Example


Text Example

White with #CE8386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8386; }

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

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

background-color css

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

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

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

border-color css

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

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

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