Html Css Color HEX #CE7B95 Charm

📋 copy color: '#CE7B95'

red 206 ◦ green 123 ◦ blue 149

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

Shades of Charm #CE7B95

Tints of Charm #CE7B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.17%

R = 43.1%
G = 25.73%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE7B95 (or 0xCE7B95) is known color: Charm. HEX triplet: CE, 7B and 95. RGB value is (206,123,149). Sum of RGB (Red+Green+Blue) = 206+123+149=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B95 is #31846A. Grayscale: #969696. Windows color (decimal): -3245163 or 9796558. OLE color: 9796558.

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

Color convert

RGB 206 123 149 -
CMYK 0 0.40 0.28 0.19
HSL 341.2º 0.46% 0.65% -
HSV(B) 341.2º 0.4% 0.81% -
XYZ 37.96 29.46 32.12 -
YUV 150.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 206 123 149 0 0.40 0.28 0.19 341.2 0.46 0.65
Hex CE 7B 95 0 28 1C 13 155 2E 41
Octal 316 173 225 0 50 34 23 525 56 101
Binary 11001110 1111011 10010101 0 101000 11100 10011 101010101 101110 1000001

Color Harmonies of #CE7B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B95

Black with #CE7B95

Text Example


Text Example

White with #CE7B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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