Html Css Color HEX #CE768D Charm

📋 copy color: '#CE768D'

red 206 ◦ green 118 ◦ blue 141

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

Shades of Charm #CE768D

Tints of Charm #CE768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 44.3%
G = 25.38%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE768D (or 0xCE768D) is known color: Charm. HEX triplet: CE, 76 and 8D. RGB value is (206,118,141). Sum of RGB (Red+Green+Blue) = 206+118+141=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE768D is #318972. Grayscale: #929292. Windows color (decimal): -3246451 or 9270990. OLE color: 9270990.

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

Color convert

RGB 206 118 141 -
CMYK 0 0.43 0.32 0.19
HSL 344.32º 0.47% 0.64% -
HSV(B) 344.32º 0.43% 0.81% -
XYZ 36.74 28 28.67 -
YUV 146.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 206 118 141 0 0.43 0.32 0.19 344.32 0.47 0.64
Hex CE 76 8D 0 2B 20 13 158 2F 40
Octal 316 166 215 0 53 40 23 530 57 100
Binary 11001110 1110110 10001101 0 101011 100000 10011 101011000 101111 1000000

Color Harmonies of #CE768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE768D

Black with #CE768D

Text Example


Text Example

White with #CE768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE768D; }

 p { color: rgb(206,118,141); }

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

background-color css

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

 a { background-color: rgb(206,118,141); }

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

border-color css

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

 span { border-color: rgb(206,118,141); }

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