Html Css Color HEX #CE95A5 Viola

📋 copy color: '#CE95A5'

red 206 ◦ green 149 ◦ blue 165

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

Shades of Viola #CE95A5

Tints of Viola #CE95A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.73%

R = 39.62%
G = 28.65%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE95A5 (or 0xCE95A5) is known color: Viola. HEX triplet: CE, 95 and A5. RGB value is (206,149,165). Sum of RGB (Red+Green+Blue) = 206+149+165=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95A5 is #316A5A. Grayscale: #A7A7A7. Windows color (decimal): -3238491 or 10851790. OLE color: 10851790.

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

Color convert

RGB 206 149 165 -
CMYK 0 0.28 0.20 0.19
HSL 343.16º 0.37% 0.7% -
HSV(B) 343.16º 0.28% 0.81% -
XYZ 42.99 37.33 40.54 -
YUV 167.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 206 149 165 0 0.28 0.20 0.19 343.16 0.37 0.7
Hex CE 95 A5 0 1C 14 13 157 25 46
Octal 316 225 245 0 34 24 23 527 45 106
Binary 11001110 10010101 10100101 0 11100 10100 10011 101010111 100101 1000110

Color Harmonies of #CE95A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95A5

Black with #CE95A5

Text Example


Text Example

White with #CE95A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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