Html Css Color HEX #C69BAA Viola

📋 copy color: '#C69BAA'

red 198 ◦ green 155 ◦ blue 170

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

Shades of Viola #C69BAA

Tints of Viola #C69BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.64%

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 37.86%
G = 29.64%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C69BAA (or 0xC69BAA) is known color: Viola. HEX triplet: C6, 9B and AA. RGB value is (198,155,170). Sum of RGB (Red+Green+Blue) = 198+155+170=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BAA is #396455. Grayscale: #A9A9A9. Windows color (decimal): -3761238 or 11180998. OLE color: 11180998.

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

Color convert

RGB 198 155 170 -
CMYK 0 0.22 0.14 0.22
HSL 339.07º 0.27% 0.69% -
HSV(B) 339.07º 0.22% 0.78% -
XYZ 42.27 38.35 43.21 -
YUV 169.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 198 155 170 0 0.22 0.14 0.22 339.07 0.27 0.69
Hex C6 9B AA 0 16 E 16 153 1B 45
Octal 306 233 252 0 26 16 26 523 33 105
Binary 11000110 10011011 10101010 0 10110 1110 10110 101010011 11011 1000101

Color Harmonies of #C69BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BAA

Black with #C69BAA

Text Example


Text Example

White with #C69BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BAA; }

 p { color: rgb(198,155,170); }

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

background-color css

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

 a { background-color: rgb(198,155,170); }

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

border-color css

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

 span { border-color: rgb(198,155,170); }

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