Html Css Color HEX #CE7B96 Charm

📋 copy color: '#CE7B96'

red 206 ◦ green 123 ◦ blue 150

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

Shades of Charm #CE7B96

Tints of Charm #CE7B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 43.01%
G = 25.68%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE7B96 (or 0xCE7B96) is known color: Charm. HEX triplet: CE, 7B and 96. RGB value is (206,123,150). Sum of RGB (Red+Green+Blue) = 206+123+150=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B96 is #318469. Grayscale: #969696. Windows color (decimal): -3245162 or 9862094. OLE color: 9862094.

HSL color Cylindrical-coordinate representation of color #CE7B96: hue angle of 340.48º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7B96 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 150 -
CMYK 0 0.40 0.27 0.19
HSL 340.48º 0.46% 0.65% -
HSV(B) 340.48º 0.4% 0.81% -
XYZ 38.04 29.49 32.54 -
YUV 150.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 206 123 150 0 0.40 0.27 0.19 340.48 0.46 0.65
Hex CE 7B 96 0 28 1B 13 154 2E 41
Octal 316 173 226 0 50 33 23 524 56 101
Binary 11001110 1111011 10010110 0 101000 11011 10011 101010100 101110 1000001

Color Harmonies of #CE7B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B96

Black with #CE7B96

Text Example


Text Example

White with #CE7B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B96; }

 p { color: rgb(206,123,150); }

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

background-color css

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

 a { background-color: rgb(206,123,150); }

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

border-color css

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

 span { border-color: rgb(206,123,150); }

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