Html Css Color HEX #C68E95 Viola

📋 copy color: '#C68E95'

red 198 ◦ green 142 ◦ blue 149

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

Shades of Viola #C68E95

Tints of Viola #C68E95

RGB

 RED value IS 198 (77.73% from 255) = 40.49%

 GREEN value IS 142 (55.86% from 255) = 29.04%

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

R = 40.49%
G = 29.04%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68E95 (or 0xC68E95) is known color: Viola. HEX triplet: C6, 8E and 95. RGB value is (198,142,149). Sum of RGB (Red+Green+Blue) = 198+142+149=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E95 is #39716A. Grayscale: #9F9F9F. Windows color (decimal): -3764587 or 9801414. OLE color: 9801414.

HSL color Cylindrical-coordinate representation of color #C68E95: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68E95 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 142 149 -
CMYK 0 0.28 0.25 0.22
HSL 352.5º 0.33% 0.67% -
HSV(B) 352.5º 0.28% 0.78% -
XYZ 38.39 33.52 32.88 -
YUV 159.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 198 142 149 0 0.28 0.25 0.22 352.5 0.33 0.67
Hex C6 8E 95 0 1C 19 16 160 21 43
Octal 306 216 225 0 34 31 26 540 41 103
Binary 11000110 10001110 10010101 0 11100 11001 10110 101100000 100001 1000011

Color Harmonies of #C68E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E95

Black with #C68E95

Text Example


Text Example

White with #C68E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E95; }

 p { color: rgb(198,142,149); }

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

background-color css

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

 a { background-color: rgb(198,142,149); }

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

border-color css

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

 span { border-color: rgb(198,142,149); }

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