Html Css Color HEX #CE95A6 Viola

📋 copy color: '#CE95A6'

red 206 ◦ green 149 ◦ blue 166

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

Shades of Viola #CE95A6

Tints of Viola #CE95A6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.6%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 39.54%
G = 28.6%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE95A6 (or 0xCE95A6) is known color: Viola. HEX triplet: CE, 95 and A6. RGB value is (206,149,166). Sum of RGB (Red+Green+Blue) = 206+149+166=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95A6 is #316A59. Grayscale: #A7A7A7. Windows color (decimal): -3238490 or 10917326. OLE color: 10917326.

HSL color Cylindrical-coordinate representation of color #CE95A6: hue angle of 342.11º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95A6 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 166 -
CMYK 0 0.28 0.19 0.19
HSL 342.11º 0.37% 0.7% -
HSV(B) 342.11º 0.28% 0.81% -
XYZ 43.08 37.37 41.02 -
YUV 167.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 206 149 166 0 0.28 0.19 0.19 342.11 0.37 0.7
Hex CE 95 A6 0 1C 13 13 156 25 46
Octal 316 225 246 0 34 23 23 526 45 106
Binary 11001110 10010101 10100110 0 11100 10011 10011 101010110 100101 1000110

Color Harmonies of #CE95A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95A6

Black with #CE95A6

Text Example


Text Example

White with #CE95A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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