Html Css Color HEX #C69DAB Viola

📋 copy color: '#C69DAB'

red 198 ◦ green 157 ◦ blue 171

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

Shades of Viola #C69DAB

Tints of Viola #C69DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 171 (67.19% from 255) = 32.51%

R = 37.64%
G = 29.85%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C69DAB (or 0xC69DAB) is known color: Viola. HEX triplet: C6, 9D and AB. RGB value is (198,157,171). Sum of RGB (Red+Green+Blue) = 198+157+171=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69DAB is #396254. Grayscale: #AAAAAA. Windows color (decimal): -3760725 or 11247046. OLE color: 11247046.

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

Color convert

RGB 198 157 171 -
CMYK 0 0.21 0.14 0.22
HSL 339.51º 0.26% 0.7% -
HSV(B) 339.51º 0.21% 0.78% -
XYZ 42.7 39.06 43.82 -
YUV 170.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 198 157 171 0 0.21 0.14 0.22 339.51 0.26 0.7
Hex C6 9D AB 0 15 E 16 154 1A 46
Octal 306 235 253 0 25 16 26 524 32 106
Binary 11000110 10011101 10101011 0 10101 1110 10110 101010100 11010 1000110

Color Harmonies of #C69DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DAB

Black with #C69DAB

Text Example


Text Example

White with #C69DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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