Html Css Color HEX #CE7B8C Charm

📋 copy color: '#CE7B8C'

red 206 ◦ green 123 ◦ blue 140

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

Shades of Charm #CE7B8C

Tints of Charm #CE7B8C

RGB

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

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

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

R = 43.92%
G = 26.23%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE7B8C (or 0xCE7B8C) is known color: Charm. HEX triplet: CE, 7B and 8C. RGB value is (206,123,140). Sum of RGB (Red+Green+Blue) = 206+123+140=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B8C is #318473. Grayscale: #959595. Windows color (decimal): -3245172 or 9206734. OLE color: 9206734.

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

Color convert

RGB 206 123 140 -
CMYK 0 0.40 0.32 0.19
HSL 347.71º 0.46% 0.65% -
HSV(B) 347.71º 0.4% 0.81% -
XYZ 37.27 29.18 28.48 -
YUV 149.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 206 123 140 0 0.40 0.32 0.19 347.71 0.46 0.65
Hex CE 7B 8C 0 28 20 13 15C 2E 41
Octal 316 173 214 0 50 40 23 534 56 101
Binary 11001110 1111011 10001100 0 101000 100000 10011 101011100 101110 1000001

Color Harmonies of #CE7B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B8C

Black with #CE7B8C

Text Example


Text Example

White with #CE7B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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