Html Css Color HEX #C69CAA Viola

📋 copy color: '#C69CAA'

red 198 ◦ green 156 ◦ blue 170

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

Shades of Viola #C69CAA

Tints of Viola #C69CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.77%

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

R = 37.79%
G = 29.77%
B = 32.44%

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

#C69CAA (or 0xC69CAA) is known color: Viola. HEX triplet: C6, 9C and AA. RGB value is (198,156,170). Sum of RGB (Red+Green+Blue) = 198+156+170=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69CAA is #396355. Grayscale: #AAAAAA. Windows color (decimal): -3760982 or 11181254. OLE color: 11181254.

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

Color convert

RGB 198 156 170 -
CMYK 0 0.21 0.14 0.22
HSL 340º 0.27% 0.69% -
HSV(B) 340º 0.21% 0.78% -
XYZ 42.43 38.68 43.26 -
YUV 170.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 198 156 170 0 0.21 0.14 0.22 340 0.27 0.69
Hex C6 9C AA 0 15 E 16 154 1B 45
Octal 306 234 252 0 25 16 26 524 33 105
Binary 11000110 10011100 10101010 0 10101 1110 10110 101010100 11011 1000101

Color Harmonies of #C69CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CAA

Black with #C69CAA

Text Example


Text Example

White with #C69CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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