Html Css Color HEX #C6949F Viola

📋 copy color: '#C6949F'

red 198 ◦ green 148 ◦ blue 159

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

Shades of Viola #C6949F

Tints of Viola #C6949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 39.21%
G = 29.31%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6949F (or 0xC6949F) is known color: Viola. HEX triplet: C6, 94 and 9F. RGB value is (198,148,159). Sum of RGB (Red+Green+Blue) = 198+148+159=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C6949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6949F is #396B60. Grayscale: #A4A4A4. Windows color (decimal): -3763041 or 10458310. OLE color: 10458310.

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

Color convert

RGB 198 148 159 -
CMYK 0 0.25 0.20 0.22
HSL 346.8º 0.3% 0.68% -
HSV(B) 346.8º 0.25% 0.78% -
XYZ 40.14 35.69 37.57 -
YUV 164.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 198 148 159 0 0.25 0.20 0.22 346.8 0.3 0.68
Hex C6 94 9F 0 19 14 16 15B 1E 44
Octal 306 224 237 0 31 24 26 533 36 104
Binary 11000110 10010100 10011111 0 11001 10100 10110 101011011 11110 1000100

Color Harmonies of #C6949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6949F

Black with #C6949F

Text Example


Text Example

White with #C6949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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