Html Css Color HEX #CE768C Charm

📋 copy color: '#CE768C'

red 206 ◦ green 118 ◦ blue 140

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

Shades of Charm #CE768C

Tints of Charm #CE768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 44.4%
G = 25.43%
B = 30.17%

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

#CE768C (or 0xCE768C) is known color: Charm. HEX triplet: CE, 76 and 8C. RGB value is (206,118,140). Sum of RGB (Red+Green+Blue) = 206+118+140=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE768C is #318973. Grayscale: #929292. Windows color (decimal): -3246452 or 9205454. OLE color: 9205454.

HSL color Cylindrical-coordinate representation of color #CE768C: hue angle of 345º 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 #CE768C is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 140 -
CMYK 0 0.43 0.32 0.19
HSL 345º 0.47% 0.64% -
HSV(B) 345º 0.43% 0.81% -
XYZ 36.67 27.97 28.28 -
YUV 146.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 206 118 140 0 0.43 0.32 0.19 345 0.47 0.64
Hex CE 76 8C 0 2B 20 13 159 2F 40
Octal 316 166 214 0 53 40 23 531 57 100
Binary 11001110 1110110 10001100 0 101011 100000 10011 101011001 101111 1000000

Color Harmonies of #CE768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE768C

Black with #CE768C

Text Example


Text Example

White with #CE768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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