Html Css Color HEX #C6949D Viola

📋 copy color: '#C6949D'

red 198 ◦ green 148 ◦ blue 157

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

Shades of Viola #C6949D

Tints of Viola #C6949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.42%

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 39.36%
G = 29.42%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6949D (or 0xC6949D) is known color: Viola. HEX triplet: C6, 94 and 9D. RGB value is (198,148,157). Sum of RGB (Red+Green+Blue) = 198+148+157=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C6949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6949D is #396B62. Grayscale: #A3A3A3. Windows color (decimal): -3763043 or 10327238. OLE color: 10327238.

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

Color convert

RGB 198 148 157 -
CMYK 0 0.25 0.21 0.22
HSL 349.2º 0.3% 0.68% -
HSV(B) 349.2º 0.25% 0.78% -
XYZ 39.96 35.62 36.67 -
YUV 163.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 198 148 157 0 0.25 0.21 0.22 349.2 0.3 0.68
Hex C6 94 9D 0 19 15 16 15D 1E 44
Octal 306 224 235 0 31 25 26 535 36 104
Binary 11000110 10010100 10011101 0 11001 10101 10110 101011101 11110 1000100

Color Harmonies of #C6949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6949D

Black with #C6949D

Text Example


Text Example

White with #C6949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6949D; }

 p { color: rgb(198,148,157); }

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

background-color css

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

 a { background-color: rgb(198,148,157); }

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

border-color css

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

 span { border-color: rgb(198,148,157); }

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